[FFmpeg-cvslog] avcodec/ffv1enc: bump minor_version for the chroma_plane fix
Michael Niedermayer
git at videolan.org
Thu Aug 15 15:04:22 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Aug 15 13:49:21 2013 +0200| [23606f27f081661c72f87620761d664c0c2c61ec] | committer: Michael Niedermayer
avcodec/ffv1enc: bump minor_version for the chroma_plane fix
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=23606f27f081661c72f87620761d664c0c2c61ec
---
libavcodec/ffv1enc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/ffv1enc.c b/libavcodec/ffv1enc.c
index 3c68dab..23fb23b 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);
}
More information about the ffmpeg-cvslog
mailing list