diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-05-13 07:57:08 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-05-13 07:57:08 +0000 |
commit | 41e64999963e828d34d210ba260ee1df714e28c7 (patch) | |
tree | afcf407abedbb7c5089a4506cee9467de6425af2 /libavformat/mov.c | |
parent | 4b29ed399f3cab201138490c976806118c25e06b (diff) | |
download | ffmpeg-41e64999963e828d34d210ba260ee1df714e28c7.tar.gz |
remove comment
Originally committed as revision 18811 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 2 |
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; |