diff options
author | James Almer <jamrial@gmail.com> | 2016-04-13 11:18:59 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-04-13 11:37:14 -0300 |
commit | 33aa8a62219d07f77f11f38dd71c5999e0f8e242 (patch) | |
tree | 21d539d1e58d206b6f999cdf5b173732a60d8456 /libavformat/framecrcenc.c | |
parent | 89ec4d46eedf0c4876d8942ff5616a40c2641af0 (diff) | |
download | ffmpeg-33aa8a62219d07f77f11f38dd71c5999e0f8e242.tar.gz |
avformat/framecrc: enable new output
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/framecrcenc.c')
-rw-r--r-- | libavformat/framecrcenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/framecrcenc.c b/libavformat/framecrcenc.c index 3533c52e79..a7d729a01c 100644 --- a/libavformat/framecrcenc.c +++ b/libavformat/framecrcenc.c @@ -39,7 +39,7 @@ static int framecrc_write_header(struct AVFormatContext *s) } } - return ff_framehash_write_header(s, 1); + return ff_framehash_write_header(s, 2); } static int framecrc_write_packet(struct AVFormatContext *s, AVPacket *pkt) |