You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/ffv1enc: bump minor_version for the chroma_plane fix
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user