summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2011-03-01 23:50:25 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-03-03 14:15:09 +0100
commit176e176288ef597852072c2c01c5b4b5520aaba1 (patch)
treecacfd26e11b20ad085cf49f84326ab6559ffd2a1 /libavcodec/dnxhdenc.h
parent5bb50c71a37e9e258e0c1053d837cf328d153138 (diff)
downloadffmpeg-streaming-176e176288ef597852072c2c01c5b4b5520aaba1.zip
ffmpeg-streaming-176e176288ef597852072c2c01c5b4b5520aaba1.tar.gz
dnxhd: allow encoding with Avid Nitris compatibility.
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 99bbc781e9c134066887fc521db7a9d3607e3de1)
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