From 33aa8a62219d07f77f11f38dd71c5999e0f8e242 Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 13 Apr 2016 11:18:59 -0300 Subject: avformat/framecrc: enable new output Reviewed-by: Michael Niedermayer Signed-off-by: James Almer --- libavformat/uncodedframecrcenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/uncodedframecrcenc.c') diff --git a/libavformat/uncodedframecrcenc.c b/libavformat/uncodedframecrcenc.c index 76f8527bd9..4269015b07 100644 --- a/libavformat/uncodedframecrcenc.c +++ b/libavformat/uncodedframecrcenc.c @@ -121,7 +121,7 @@ static void audio_frame_cksum(AVBPrint *bp, AVFrame *frame) static int write_header(struct AVFormatContext *s) { - return ff_framehash_write_header(s, 1); + return ff_framehash_write_header(s, 2); } static int write_frame(struct AVFormatContext *s, int stream_index, -- cgit v1.2.3