aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1enc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-15 13:49:21 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-15 13:49:21 +0200
commit23606f27f081661c72f87620761d664c0c2c61ec (patch)
tree42c22cc894816352bb9d782e311c40e77828d184 /libavcodec/ffv1enc.c
parent1a01147d7ae57f6d5684ee2908982fa224bef6da (diff)
downloadandroid_external_ffmpeg-23606f27f081661c72f87620761d664c0c2c61ec.tar.gz
android_external_ffmpeg-23606f27f081661c72f87620761d664c0c2c61ec.tar.bz2
android_external_ffmpeg-23606f27f081661c72f87620761d664c0c2c61ec.zip
avcodec/ffv1enc: bump minor_version for the chroma_plane fix
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ffv1enc.c')
-rw-r--r--libavcodec/ffv1enc.c2
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);
}