[SCM] libav/experimental: remove comment
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:45:41 UTC 2013
The following commit has been merged in the experimental branch:
commit 41e64999963e828d34d210ba260ee1df714e28c7
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Wed May 13 07:57:08 2009 +0000
remove comment
Originally committed as revision 18811 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 3cc9812..c3882b4 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;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list