summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2011-03-30 08:47:30 -0700
committerAnton Khirnov <anton@khirnov.net>2011-05-12 13:08:10 +0200
commit14cf9e698dac48cacd5e7f378469afcbf96cf507 (patch)
tree48c89513cabd61cf47632395bec606e3d33a8c10 /libavcodec/dnxhdenc.h
parent304e983dc760176501b748ca99bcde23e7851013 (diff)
downloadffmpeg-streaming-14cf9e698dac48cacd5e7f378469afcbf96cf507.zip
ffmpeg-streaming-14cf9e698dac48cacd5e7f378469afcbf96cf507.tar.gz
dnxhdenc: add AVClass in private context.
Fixes private options. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/dnxhdenc.h')
-rw-r--r--libavcodec/dnxhdenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h
index 83c0b1c..43f65e4 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;
OpenPOWER on IntegriCloud