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

ramiro subversion at mplayerhq.hu
Wed Aug 20 23:58:37 CEST 2008


Author: ramiro
Date: Wed Aug 20 23:58:36 2008
New Revision: 3493

Log:
Add some TODOs.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c	(original)
+++ mlp/mlpenc.c	Wed Aug 20 23:58:36 2008
@@ -338,8 +338,11 @@ static av_cold int mlp_encode_init(AVCod
     ctx->num_channels = avctx->channels + 2; /* +2 noise channels */
     ctx->one_sample_buffer_size = avctx->frame_size
                                 * ctx->num_channels;
+    /* TODO Let user pass major header interval as parameter. */
     ctx->major_header_interval = MAJOR_HEADER_INTERVAL;
 
+    /* TODO Let user pass parameters for LPC filter. */
+
     major_frame_buffer_size = ctx->one_sample_buffer_size
                            * ctx->major_header_interval * sizeof(int32_t);
 



More information about the FFmpeg-soc mailing list