diff options
author | Jai Menon <jmenon86@gmail.com> | 2009-04-13 15:11:40 +0000 |
---|---|---|
committer | Jai Menon <jmenon86@gmail.com> | 2009-04-13 15:11:40 +0000 |
commit | 309a8bb8a12825acb1f1eca9b7e0408f2d899eb6 (patch) | |
tree | 28b05d3aca959b3679bc85559b441f8eb8449156 /libavcodec | |
parent | b3eab9fb6455e8520282d78d68713e5e6a08b650 (diff) | |
download | ffmpeg-309a8bb8a12825acb1f1eca9b7e0408f2d899eb6.tar.gz |
alacenc : cosmetics : remove misleading comment
Originally committed as revision 18493 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/alacenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/alacenc.c b/libavcodec/alacenc.c index 82761c03b3..fe1f56ac31 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); |