diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2011-03-30 08:47:30 -0700 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-05-12 13:08:10 +0200 |
commit | 14cf9e698dac48cacd5e7f378469afcbf96cf507 (patch) | |
tree | 48c89513cabd61cf47632395bec606e3d33a8c10 /libavcodec/dnxhdenc.h | |
parent | 304e983dc760176501b748ca99bcde23e7851013 (diff) | |
download | ffmpeg-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |