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));
}
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc