mirror of https://github.com/FFmpeg/FFmpeg.git
When the marker writing code was merged from libav to FFmpeg
in dc62016c
, it failed to take into account that the meaning of
cluster_pos had changed in bda5b662; in particular, the special
value for “I'm not currently working on a cluster” had changed
from 0 to -1. This makes the avio_write_marker() call never
be called. Update the if statement to fix it.
Fixes: Ticket9843
Signed-off-by: Steinar H. Gunderson <steinar+ffmpeg@gunderson.no>
Signed-off-by: Martin Storsjö <martin@martin.st>
pull/390/head
parent
a25a60d763
commit
69c308a6d1
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue