[FFmpeg-cvslog] r16871 - trunk/libavcodec/flacdec.c
Justin Ruggles
justin.ruggles
Sat Jan 31 16:20:02 CET 2009
Michael Niedermayer wrote:
> On Sat, Jan 31, 2009 at 02:20:41AM +0100, jbr wrote:
>> Author: jbr
>> Date: Sat Jan 31 02:20:40 2009
>> New Revision: 16871
>>
>> Log:
>> flacdec: add support for SAMPLE_FMT_32
>>
>> Modified:
>> trunk/libavcodec/flacdec.c
>>
>> Modified: trunk/libavcodec/flacdec.c
>> ==============================================================================
>> --- trunk/libavcodec/flacdec.c Sat Jan 31 01:45:34 2009 (r16870)
>> +++ trunk/libavcodec/flacdec.c Sat Jan 31 02:20:40 2009 (r16871)
>> @@ -63,6 +63,8 @@ typedef struct FLACContext {
>>
>> int blocksize/*, last_blocksize*/;
>> int curr_bps;
>> + int sample_shift; /* shift required to make output samples 16-bit or 32-bit */
>> + int is32; /* flag to indicate if output should be 32-bit instead of 16-bit */
>> enum decorrelation_type decorrelation;
>>
>> int32_t *decoded[MAX_CHANNELS];
>
> doxygen
I fixed that in r16882.
-Justin
More information about the ffmpeg-cvslog
mailing list