mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avformat/mov: print a warning if parsing udta failed
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ac7fc444ee
commit
ad1549aec3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user