diff options
author | Steinar H. Gunderson <steinar+ffmpeg@gunderson.no> | 2023-08-28 19:03:08 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2023-08-29 23:28:44 +0300 |
commit | 69c308a6d1f6027bc3328cd8f4d38fb516ee10b8 (patch) | |
tree | 0a7827496bb507eecd9ffe1aa7895a2f960df043 /libavfilter/video.h | |
parent | a25a60d763061da695c3c563dcafbf392aea5579 (diff) | |
download | ffmpeg-69c308a6d1f6027bc3328cd8f4d38fb516ee10b8.tar.gz |
avformat/matroskaenc: Fix writing of markers
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>
Diffstat (limited to 'libavfilter/video.h')
0 files changed, 0 insertions, 0 deletions