]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/alacenc.c
Add PCE support to the ADTS muxer.
[frescor/ffmpeg.git] / libavcodec / alacenc.c
index 82761c03b35928b8b4ef27d0ad04ca96bf1e6d5d..f8a18b95568d5e4fa72cdcae55a803a1aa735933 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #include "avcodec.h"
-#include "bitstream.h"
+#include "get_bits.h"
 #include "put_bits.h"
 #include "dsputil.h"
 #include "lpc.h"
@@ -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);