diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-08 22:09:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-09 00:37:38 +0100 |
commit | 7854d2d2515dc2a54c5f309100aeecf83cd14e97 (patch) | |
tree | 5c5b403b90264c20b117e321e9cbaf390b263f3b /libavcodec/ffv1.h | |
parent | 1b264607883e7d52a3941cd9c192e3045096acc9 (diff) | |
download | ffmpeg-7854d2d2515dc2a54c5f309100aeecf83cd14e97.tar.gz |
avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCT
about 1% better compression
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ffv1.h')
-rw-r--r-- | libavcodec/ffv1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index bdc7b862d0..2c3e6e4c98 100644 --- a/libavcodec/ffv1.h +++ b/libavcodec/ffv1.h @@ -130,6 +130,7 @@ typedef struct FFV1Context { int slice_y; int slice_reset_contexts; int slice_coding_mode; + int slice_rct_y_coef; } FFV1Context; int ffv1_common_init(AVCodecContext *avctx); |