From 99bbc781e9c134066887fc521db7a9d3607e3de1 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Tue, 1 Mar 2011 23:50:25 +0000 Subject: dnxhd: allow encoding with Avid Nitris compatibility. Signed-off-by: Mans Rullgard --- libavcodec/dnxhdenc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/dnxhdenc.h') 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]; -- cgit v1.2.3