提交 41e64999 编写于 作者: B Baptiste Coudurier

remove comment

Originally committed as revision 18811 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 4b29ed39
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册