diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-27 15:06:57 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-31 12:19:19 +0200 |
commit | 3f38d4b816b2aeca15c0b90000ea7ed40377eb0c (patch) | |
tree | e62c242680bde9cf431a30c80888ab0b66a5f4b9 /libavcodec/vp9.h | |
parent | d68c05380cebf563915412182643a8be04ef890b (diff) | |
download | ffmpeg-3f38d4b816b2aeca15c0b90000ea7ed40377eb0c.tar.gz |
vp9: Parse subsampling and report missing feature
Diffstat (limited to 'libavcodec/vp9.h')
-rw-r--r-- | libavcodec/vp9.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vp9.h b/libavcodec/vp9.h index 724288dd3d..c6f395e93a 100644 --- a/libavcodec/vp9.h +++ b/libavcodec/vp9.h @@ -277,6 +277,8 @@ typedef struct VP9Context { uint8_t use_last_frame_mvs; uint8_t errorres; uint8_t colorspace; + uint8_t sub_x; + uint8_t sub_y; uint8_t fullrange; uint8_t intraonly; uint8_t resetctx; |