diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-15 13:49:21 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-15 13:49:21 +0200 |
commit | 23606f27f081661c72f87620761d664c0c2c61ec (patch) | |
tree | 42c22cc894816352bb9d782e311c40e77828d184 /libavcodec | |
parent | 1a01147d7ae57f6d5684ee2908982fa224bef6da (diff) | |
download | ffmpeg-23606f27f081661c72f87620761d664c0c2c61ec.tar.gz |
avcodec/ffv1enc: bump minor_version for the chroma_plane fix
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ffv1enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ffv1enc.c b/libavcodec/ffv1enc.c index 3c68dabc01..23fb23b30c 100644 --- a/libavcodec/ffv1enc.c +++ b/libavcodec/ffv1enc.c @@ -535,7 +535,7 @@ static int write_extradata(FFV1Context *f) put_symbol(c, state, f->version, 0); if (f->version > 2) { if (f->version == 3) - f->minor_version = 3; + f->minor_version = 4; put_symbol(c, state, f->minor_version, 0); } |