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

ramiro subversion at mplayerhq.hu
Thu Aug 21 05:04:12 CEST 2008


Author: ramiro
Date: Thu Aug 21 05:04:12 2008
New Revision: 3507

Log:
Add TODO for something that might reduce memcpy()'ing.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c	(original)
+++ mlp/mlpenc.c	Thu Aug 21 05:04:12 2008
@@ -1568,6 +1568,9 @@ static int mlp_encode_frame(AVCodecConte
             determine_filters        (ctx, substr);
         }
     } else {
+        /* TODO Should these be a (DecodingParams *) in the context instead of
+         * memcpy'ing things around?
+         */
         memcpy(decoding_params, ctx->decoding_params, sizeof(decoding_params));
         memcpy(channel_params, ctx->channel_params, sizeof(channel_params));
     }



More information about the FFmpeg-soc mailing list