]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/uncodedframecrcenc.c
avformat/framehash: enable new output
[ffmpeg] / libavformat / uncodedframecrcenc.c
index 4269015b07d57a7be17d1cae65f163743501a1c2..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, 2);
+    return ff_framehash_write_header(s);
 }
 
 static int write_frame(struct AVFormatContext *s, int stream_index,