OSDN Git Service

avcodec/ffv1enc: bump minor_version for the chroma_plane fix
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 15 Aug 2013 11:49:21 +0000 (13:49 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 15 Aug 2013 11:49:21 +0000 (13:49 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/ffv1enc.c

index 3c68dab..23fb23b 100644 (file)
@@ -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);
     }