mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-22 13:50:57 +08:00
avformat/mov: print a warning if parsing udta failed
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -361,6 +361,7 @@ retry:
|
||||
if (str_size > atom.size) {
|
||||
raw = 1;
|
||||
avio_seek(pb, -2, SEEK_CUR);
|
||||
av_log(c->fc, AV_LOG_WARNING, "UDTA parsing failed retrying raw\n");
|
||||
goto retry;
|
||||
}
|
||||
langcode = avio_rb16(pb);
|
||||
|
||||
Reference in New Issue
Block a user