diff options
author | Baptiste Coudurier | 2011-03-01 23:50:25 +0000 |
---|---|---|
committer | Michael Niedermayer | 2011-03-03 14:15:09 +0100 |
commit | 176e176288ef597852072c2c01c5b4b5520aaba1 (patch) | |
tree | cacfd26e11b20ad085cf49f84326ab6559ffd2a1 /libavcodec/dnxhdenc.h | |
parent | 5bb50c71a37e9e258e0c1053d837cf328d153138 (diff) |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h index eaf33d5cb9..f0b38a5981 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]; |