summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-05-13 07:57:08 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-05-13 07:57:08 +0000
commit41e64999963e828d34d210ba260ee1df714e28c7 (patch)
treeafcf407abedbb7c5089a4506cee9467de6425af2 /libavformat
parent4b29ed399f3cab201138490c976806118c25e06b (diff)
remove comment
Originally committed as revision 18811 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 3cc9812a4d..c3882b4a84 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;