diff options
author | James Almer <jamrial@gmail.com> | 2016-04-13 21:13:21 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-04-13 21:13:21 -0300 |
commit | 0efafc5849037046c3834769d6e20d33fae0c769 (patch) | |
tree | 7c3d83c5b3dbb734835a9f7c116f5cf4c044dad7 /libavformat/uncodedframecrcenc.c | |
parent | 868bce48f6d85c29d1b8c17686b42ea5601865ce (diff) | |
download | ffmpeg-0efafc5849037046c3834769d6e20d33fae0c769.tar.gz |
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.c | 2 |
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, |