Commit f1216221 authored by Justin Ruggles's avatar Justin Ruggles

revert accidental unrelated change in last commit

Originally committed as revision 18090 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d4df4e50
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment