Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-04-14 03:13:21 +0300
committerJames Almer <jamrial@gmail.com>2016-04-14 03:13:21 +0300
commit0efafc5849037046c3834769d6e20d33fae0c769 (patch)
tree7c3d83c5b3dbb734835a9f7c116f5cf4c044dad7 /libavformat/uncodedframecrcenc.c
parent868bce48f6d85c29d1b8c17686b42ea5601865ce (diff)
avformat/framehash: enable new output
Also, make every addition except for sidedata part of version 1 instead of the new version 2. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
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 4269015b07..5e1a445f4f 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,