You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/cbs_vp9: fix parsing sRGB samples
Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -65,6 +65,7 @@ static int FUNC(color_config)(CodedBitstreamContext *ctx, RWContext *rw,
|
|||||||
if (profile == 1 || profile == 3) {
|
if (profile == 1 || profile == 3) {
|
||||||
infer(subsampling_x, 0);
|
infer(subsampling_x, 0);
|
||||||
infer(subsampling_y, 0);
|
infer(subsampling_y, 0);
|
||||||
|
f(1, color_config_reserved_zero);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user