From 65875a8b3b079752da25a61ec188d2e3d90a569f Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Sun, 5 Oct 2014 22:58:50 +0100 Subject: vp8: initialize color space and range properties --- libavcodec/vp8.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/vp8.h') diff --git a/libavcodec/vp8.h b/libavcodec/vp8.h index 365e7b76cb..2919a143af 100644 --- a/libavcodec/vp8.h +++ b/libavcodec/vp8.h @@ -264,6 +264,9 @@ typedef struct VP8Context { vp8_mc_func put_pixels_tab[3][3][3]; VP8Frame frames[5]; + uint8_t colorspace; ///< 0 is the only value allowed (meaning bt601) + uint8_t fullrange; ///< whether we can skip clamping in dsp functions + int num_jobs; /** * This describes the macroblock memory layout. -- cgit v1.2.3