Commit ad1549ae authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/mov: print a warning if parsing udta failed

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ac7fc444
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment