This fixes depending on implementation defined behavior
Signed-off-by: Michael Niedermayer <[email protected]>
---
libavformat/wavenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/wavenc.c b/libavformat/wavenc.c
index 2345fc5..0333622 100644
--- a/libavformat/wavenc.c
+++ b/libavformat/wavenc.c
@@ -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;
--
1.7.9.5
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel