avformat/mov: print a warning if parsing udta failed

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/110/merge
Michael Niedermayer 10 years ago
parent ac7fc444ee
commit ad1549aec3
  1. 1
      libavformat/mov.c

@ -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…
Cancel
Save