# HG changeset patch # User bcoudurier # Date 1211250164 0 # Node ID 5d77af33c37803ffbf6d3bd48a57e155de6af4b7 # Parent 80a497804aa85c33ab611c283b1d5c4c57980a70 warn about multiple fourcc diff -r 80a497804aa8 -r 5d77af33c378 mov.c --- 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; }