Browse Source

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>
tags/n2.7
Michael Niedermayer 11 years ago
parent
commit
f45758d3ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/wavenc.c

+ 1
- 1
libavformat/wavenc.c View File

@@ -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…
Cancel
Save