From: Baptiste Coudurier Date: Wed, 13 May 2009 07:57:08 +0000 (+0000) Subject: remove comment X-Git-Tag: v0.6~4441 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=41e64999963e828d34d210ba260ee1df714e28c7;p=coroid%2Flibav_saccubus.git remove comment Originally committed as revision 18811 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/mov.c b/libavformat/mov.c index 3cc9812a4..c3882b4a8 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1241,7 +1241,7 @@ static int mov_read_cslg(MOVContext *c, ByteIOContext *pb, MOVAtom atom) AVStream *st; MOVStreamContext *sc; - if (c->fc->nb_streams < 1) // will happen with jp2 files + if (c->fc->nb_streams < 1) return 0; st = c->fc->streams[c->fc->nb_streams-1]; sc = st->priv_data;