summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2011-03-30 08:47:30 -0700
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2011-03-30 08:48:08 -0700
commitd9699ea825304bfbc4bbf61d9fcdf97e74ff6361 (patch)
treedd14bfcd466d2492946369928226895ec5cb0fc4 /libavcodec/dnxhdenc.h
parentefdad9fbc777e6e27a524598c8f0ecf040a7b0c9 (diff)
downloadffmpeg-streaming-d9699ea825304bfbc4bbf61d9fcdf97e74ff6361.zip
ffmpeg-streaming-d9699ea825304bfbc4bbf61d9fcdf97e74ff6361.tar.gz
Fix dnxhd custom options, add AVClass in private context
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 f0b38a5..d2251d5 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