mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
revert accidental unrelated change in last commit
Originally committed as revision 18090 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d4df4e5088
commit
f121622114
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user