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

ramiro subversion at mplayerhq.hu
Thu Aug 21 05:41:43 CEST 2008


Author: ramiro
Date: Thu Aug 21 05:41:43 2008
New Revision: 3512

Log:
Vertically align.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c	(original)
+++ mlp/mlpenc.c	Thu Aug 21 05:41:43 2008
@@ -1573,7 +1573,7 @@ static int mlp_encode_frame(AVCodecConte
          * memcpy'ing things around?
          */
         memcpy(decoding_params, ctx->decoding_params, sizeof(decoding_params));
-        memcpy(channel_params, ctx->channel_params, sizeof(channel_params));
+        memcpy(channel_params,  ctx->channel_params,  sizeof(channel_params ));
 
         avctx->coded_frame->key_frame = 0;
     }



More information about the FFmpeg-soc mailing list