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

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


Author: ramiro
Date: Thu Aug 21 05:28:04 2008
New Revision: 3509

Log:
Rename function to have more consistent names throughout the file.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c	(original)
+++ mlp/mlpenc.c	Thu Aug 21 05:28:04 2008
@@ -1267,7 +1267,7 @@ static int compare_primitive_matrices(De
 /** Compares two DecodingParams and ChannelParams structures to decide if a
  *  new decoding params header has to be written.
  */
-static int decoding_params_diff(MLPEncodeContext *ctx, DecodingParams *prev,
+static int compare_decoding_params(MLPEncodeContext *ctx, DecodingParams *prev,
                                 ChannelParams channel_params[MAX_CHANNELS],
                                 unsigned int substr)
 {
@@ -1436,7 +1436,7 @@ static uint8_t *write_substrs(MLPEncodeC
 
             determine_bits(ctx, substr);
 
-            params_changed = decoding_params_diff(ctx, &decoding_params[substr],
+            params_changed = compare_decoding_params(ctx, &decoding_params[substr],
                                                 channel_params,
                                                 substr);
 



More information about the FFmpeg-soc mailing list