[SCM] libav/experimental: alacenc : cosmetics : remove misleading comment
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:44:02 UTC 2013
The following commit has been merged in the experimental branch:
commit 309a8bb8a12825acb1f1eca9b7e0408f2d899eb6
Author: Jai Menon <jmenon86 at gmail.com>
Date: Mon Apr 13 15:11:40 2009 +0000
alacenc : cosmetics : remove misleading comment
Originally committed as revision 18493 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/alacenc.c b/libavcodec/alacenc.c
index 82761c0..fe1f56a 100644
--- a/libavcodec/alacenc.c
+++ b/libavcodec/alacenc.c
@@ -332,7 +332,6 @@ static void write_compressed_frame(AlacEncodeContext *s)
{
int i, j;
- /* only simple mid/side decorrelation supported as of now */
if(s->avctx->channels == 2)
alac_stereo_decorrelation(s);
put_bits(&s->pbctx, 8, s->interlacing_shift);
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list