avformat/mov: print a warning if parsing udta failed

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-02-14 11:58:01 +01:00
parent ac7fc444ee
commit ad1549aec3
1 changed files with 1 additions and 0 deletions

View File

@ -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);