Mercurial > libavformat.hg
changeset 3300:5d77af33c378 libavformat
warn about multiple fourcc
author | bcoudurier |
---|---|
date | Tue, 20 May 2008 02:22:44 +0000 |
parents | 80a497804aa8 |
children | 11b6da5ffe78 |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Tue May 20 02:21:29 2008 +0000 +++ b/mov.c Tue May 20 02:22:44 2008 +0000 @@ -697,6 +697,7 @@ /* Multiple fourcc, we skip JPEG. This is not correct, we should * export it as a separate AVStream but this needs a few changes * in the MOV demuxer, patch welcome. */ + av_log(c->fc, AV_LOG_WARNING, "multiple fourcc not supported\n"); url_fskip(pb, size - (url_ftell(pb) - start_pos)); continue; }