summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2011-03-01 23:50:25 +0000
committerMans Rullgard <mans@mansr.com>2011-03-01 23:55:55 +0000
commit99bbc781e9c134066887fc521db7a9d3607e3de1 (patch)
tree8a16c918d85433668a730bbea84f661fb84b7e16 /libavcodec/dnxhdenc.h
parentfffdee89cc0712ed3324bae1f86e271a36c02822 (diff)
downloadffmpeg-streaming-99bbc781e9c134066887fc521db7a9d3607e3de1.zip
ffmpeg-streaming-99bbc781e9c134066887fc521db7a9d3607e3de1.tar.gz
dnxhd: allow encoding with Avid Nitris compatibility.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/dnxhdenc.h')
-rw-r--r--libavcodec/dnxhdenc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h
index eaf33d5..f0b38a5 100644
--- a/libavcodec/dnxhdenc.h
+++ b/libavcodec/dnxhdenc.h
@@ -55,6 +55,9 @@ typedef struct DNXHDEncContext {
int interlaced;
int cur_field;
+ int nitris_compat;
+ unsigned min_padding;
+
DECLARE_ALIGNED(16, DCTELEM, blocks)[8][64];
int (*qmatrix_c) [64];
OpenPOWER on IntegriCloud