From 14cf9e698dac48cacd5e7f378469afcbf96cf507 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Wed, 30 Mar 2011 08:47:30 -0700 Subject: dnxhdenc: add AVClass in private context. Fixes private options. Signed-off-by: Anton Khirnov --- libavcodec/dnxhdenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dnxhdenc.h') diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h index 83c0b1cacd..43f65e46dd 100644 --- a/libavcodec/dnxhdenc.h +++ b/libavcodec/dnxhdenc.h @@ -39,6 +39,7 @@ typedef struct { } RCEntry; typedef struct DNXHDEncContext { + AVClass *class; MpegEncContext m; ///< Used for quantization dsp functions AVFrame frame; -- cgit v1.2.3