[FFmpeg-soc] [soc]: r2551 - alacenc/alacenc.c

jai_menon subversion at mplayerhq.hu
Sun Jun 22 19:55:23 CEST 2008


Author: jai_menon
Date: Sun Jun 22 19:55:23 2008
New Revision: 2551

Log:
change a comment to reflect previous commits

Modified:
   alacenc/alacenc.c

Modified: alacenc/alacenc.c
==============================================================================
--- alacenc/alacenc.c	(original)
+++ alacenc/alacenc.c	Sun Jun 22 19:55:23 2008
@@ -216,7 +216,7 @@ static void write_compressed_frame(AlacE
         }
     }
 
-    // apply entropy coding to audio samples
+    // apply lpc and entropy coding to audio samples
 
     for(i=0;i<s->channels;i++) {
         first_order_predictor(s, i);



More information about the FFmpeg-soc mailing list