[FFmpeg-soc] [soc]: r4224 - mlp/mlpenc.c

ramiro subversion at mplayerhq.hu
Mon Apr 20 05:02:02 CEST 2009


Author: ramiro
Date: Mon Apr 20 05:02:02 2009
New Revision: 4224

Log:
Update comment to reflect variable name change.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c	Mon Apr 20 05:00:47 2009	(r4223)
+++ mlp/mlpenc.c	Mon Apr 20 05:02:02 2009	(r4224)
@@ -616,7 +616,7 @@ static av_cold int mlp_encode_init(AVCod
 
     ff_mlp_init_crc();
 
-    /* TODO mlp_channels is more complex, but for now
+    /* TODO channel_arrangement is more complex, but for now
      * we only accept mono and stereo. */
     ctx->channel_arrangement = avctx->channels - 1;
     ctx->num_substreams = 1;


More information about the FFmpeg-soc mailing list