]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
warn about multiple fourcc
authorbcoudurier <bcoudurier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 20 May 2008 02:22:44 +0000 (02:22 +0000)
committerbcoudurier <bcoudurier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 20 May 2008 02:22:44 +0000 (02:22 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13201 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/mov.c

index c58f7135b5420c7d5c9995b6ee249ca68fd23af5..2f7a9c73b5d2fb8cc658f2a00a3ce2833d306edc 100644 (file)
@@ -697,6 +697,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
             /* 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;
         }