Commit 77fd4bc9 authored by jbr's avatar jbr

revert accidental unrelated change in last commit


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18090 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent abe527ed
...@@ -80,10 +80,12 @@ typedef struct FlacFrame { ...@@ -80,10 +80,12 @@ typedef struct FlacFrame {
} FlacFrame; } FlacFrame;
typedef struct FlacEncodeContext { typedef struct FlacEncodeContext {
FLACSTREAMINFO
PutBitContext pb; PutBitContext pb;
int channels;
int samplerate;
int sr_code[2]; int sr_code[2];
int min_framesize; int min_framesize;
int max_framesize;
int max_encoded_framesize; int max_encoded_framesize;
uint32_t frame_count; uint32_t frame_count;
uint64_t sample_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