summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-07-02 12:14:22 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-07-02 22:37:59 +0100
commit910247f1720c6aae422723c05dac6d0b19f20bec (patch)
tree5f9fd6156cdb9d2e2d9111ad56e987127d7b1568 /libavcodec/dnxhdenc.h
parent1316df7aa98c4784f190d107206d0bb12c590b89 (diff)
downloadffmpeg-streaming-910247f1720c6aae422723c05dac6d0b19f20bec.zip
ffmpeg-streaming-910247f1720c6aae422723c05dac6d0b19f20bec.tar.gz
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 <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavcodec/dnxhdenc.h')
-rw-r--r--libavcodec/dnxhdenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h
index c3248a2..d3df0e0 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];
OpenPOWER on IntegriCloud