diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2011-03-01 23:50:25 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-03-01 23:55:55 +0000 |
commit | 99bbc781e9c134066887fc521db7a9d3607e3de1 (patch) | |
tree | 8a16c918d85433668a730bbea84f661fb84b7e16 /libavcodec/dnxhdenc.h | |
parent | fffdee89cc0712ed3324bae1f86e271a36c02822 (diff) | |
download | ffmpeg-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.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]; |