[FFmpeg-cvslog] r18811 - trunk/libavformat/mov.c
bcoudurier
subversion
Wed May 13 09:57:08 CEST 2009
Author: bcoudurier
Date: Wed May 13 09:57:08 2009
New Revision: 18811
Log:
remove comment
Modified:
trunk/libavformat/mov.c
Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c Wed May 13 09:55:03 2009 (r18810)
+++ trunk/libavformat/mov.c Wed May 13 09:57:08 2009 (r18811)
@@ -1241,7 +1241,7 @@ static int mov_read_cslg(MOVContext *c,
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;
More information about the ffmpeg-cvslog
mailing list