mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
avcodec/ffv1enc: bump minor_version for the chroma_plane fix
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1a01147d7a
commit
23606f27f0
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user