]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/uncodedframecrcenc.c
Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6'
[ffmpeg] / libavformat / uncodedframecrcenc.c
index 76f8527bd965532f9d7e82f545a49f4c4248f99d..5e1a445f4fa130b114e656cd156db6efb281acc5 100644 (file)
@@ -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);
 }
 
 static int write_frame(struct AVFormatContext *s, int stream_index,