remove comment

Originally committed as revision 18811 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-05-13 07:57:08 +00:00
parent 4b29ed399f
commit 41e6499996

View File

@ -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;