[FFmpeg-cvslog] avformat/mov: print a warning if parsing udta failed
Michael Niedermayer
git at videolan.org
Sat Feb 14 13:03:29 CET 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | 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 <michaelni at gmx.at>
> 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);
More information about the ffmpeg-cvslog
mailing list