This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michae...@gmx.at> --- 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 ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel