From f121622114f15c243a6daed3f89a9a0a7e5b7087 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 21 Mar 2009 01:20:28 +0000 Subject: revert accidental unrelated change in last commit Originally committed as revision 18090 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flacenc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libavcodec/flacenc.c') diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c index 679ad57b97..f51a4ee58b 100644 --- a/libavcodec/flacenc.c +++ b/libavcodec/flacenc.c @@ -80,10 +80,12 @@ typedef struct FlacFrame { } FlacFrame; typedef struct FlacEncodeContext { - FLACSTREAMINFO PutBitContext pb; + int channels; + int samplerate; int sr_code[2]; int min_framesize; + int max_framesize; int max_encoded_framesize; uint32_t frame_count; uint64_t sample_count; -- cgit v1.2.3