mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
mxfdec: only parse next partition pack if parsing forward
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
34ca5ae51d
commit
83728d2d36
@ -1873,6 +1873,9 @@ static int mxf_read_header(AVFormatContext *s)
|
||||
/* next partition pack - keep going, seek to previous partition or stop */
|
||||
if(mxf_parse_handle_partition_or_eof(mxf) <= 0)
|
||||
break;
|
||||
else if (mxf->parsing_backward)
|
||||
continue;
|
||||
/* we're still parsing forward. proceed to parsing this partition pack */
|
||||
}
|
||||
|
||||
for (metadata = mxf_metadata_read_table; metadata->read; metadata++) {
|
||||
|
Loading…
Reference in New Issue
Block a user