ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Sat Feb 14 11:58:01 2015 +0100| [ad1549aec3ea826a61637557701acde9d4fc0541] | committer: Michael Niedermayer
avformat/mov: print a warning if parsing udta failed Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad1549aec3ea826a61637557701acde9d4fc0541 --- libavformat/mov.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index fb3edee..636c2bb 100644 --- a/libavformat/mov.c +++ b/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); _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
