[FFmpeg-cvslog] r25711 - trunk/libavcodec/alsdec.c
thilo.borgmann
subversion
Mon Nov 8 16:24:11 CET 2010
Author: thilo.borgmann
Date: Mon Nov 8 16:24:11 2010
New Revision: 25711
Log:
Reindent after last commit.
Modified:
trunk/libavcodec/alsdec.c
Modified: trunk/libavcodec/alsdec.c
==============================================================================
--- trunk/libavcodec/alsdec.c Mon Nov 8 16:22:15 2010 (r25710)
+++ trunk/libavcodec/alsdec.c Mon Nov 8 16:24:11 2010 (r25711)
@@ -203,7 +203,7 @@ typedef struct {
unsigned int num_blocks; ///< number of blocks used in the current frame
unsigned int s_max; ///< maximum Rice parameter allowed in entropy coding
uint8_t *bgmc_lut; ///< pointer at lookup tables used for BGMC
- int *bgmc_lut_status; ///< pointer at lookup table status flags used for BGMC
+ int *bgmc_lut_status; ///< pointer at lookup table status flags used for BGMC
int ltp_lag_length; ///< number of bits used for ltp lag value
int *use_ltp; ///< contains use_ltp flags for all channels
int *ltp_lag; ///< contains ltp lag values for all channels
@@ -749,7 +749,7 @@ static int read_var_block_data(ALSDecCon
// read all residuals
if (sconf->bgmc) {
- int delta[8];
+ int delta[8];
unsigned int k [8];
unsigned int b = av_clip((av_ceil_log2(bd->block_length) - 3) >> 1, 0, 5);
unsigned int i = start;
More information about the ffmpeg-cvslog
mailing list