summaryrefslogtreecommitdiffstats
path: root/libavformat/uncodedframecrcenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/uncodedframecrcenc.c')
-rw-r--r--libavformat/uncodedframecrcenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/uncodedframecrcenc.c b/libavformat/uncodedframecrcenc.c
index 4269015..5e1a445 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, 2);
+ return ff_framehash_write_header(s);
}
static int write_frame(struct AVFormatContext *s, int stream_index,
OpenPOWER on IntegriCloud