Commit f45758d3 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/wavenc: Change enum to int, which is accessed via AVOption as int

This fixes depending on implementation defined behavior
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 984c230c
......@@ -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;
......
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