From 9166b148fecfb7b2db680ca52a9bc3ea2f9e6ce8 Mon Sep 17 00:00:00 2001 From: bcoudurier Date: Wed, 13 May 2009 07:57:08 +0000 Subject: [PATCH] remove comment git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18811 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 3cc9812a4..c3882b4a8 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; -- 2.39.2