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

Reply via email to