From 910247f1720c6aae422723c05dac6d0b19f20bec Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Thu, 2 Jul 2015 12:14:22 +0100 Subject: lavc: Deprecate avctx.{inter,intra}_quant_bias They are used by dnxhd and mpegvideo_enc exclusively, move them to codec private options instead. Signed-off-by: Vittorio Giovara --- libavcodec/dnxhdenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dnxhdenc.h') diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h index c3248a28d3..d3df0e0001 100644 --- a/libavcodec/dnxhdenc.h +++ b/libavcodec/dnxhdenc.h @@ -63,6 +63,7 @@ typedef struct DNXHDEncContext { int nitris_compat; unsigned min_padding; + int intra_quant_bias; DECLARE_ALIGNED(16, int16_t, blocks)[8][64]; -- cgit v1.2.3