mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-08 21:28:38 +00:00
avformat/wavenc: Change enum to int, which is accessed via AVOption as int
This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
984c230cd3
commit
f45758d3ee
@ -82,7 +82,7 @@ typedef struct WAVMuxContext {
|
||||
int write_peak;
|
||||
int rf64;
|
||||
int peak_block_size;
|
||||
PeakFormat peak_format;
|
||||
int peak_format;
|
||||
int peak_block_pos;
|
||||
int peak_ppv;
|
||||
int peak_bps;
|
||||
|
Loading…
x
Reference in New Issue
Block a user