diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-09 10:14:46 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-16 17:47:58 +0100 |
commit | 57e7b3a89f5a0879ad039e8f04273b48649799a8 (patch) | |
tree | 56f9d982fc6ecbdde22bd602ad5d73a2fd16c545 /libavcodec/dnxhdenc.h | |
parent | d2287740d932a79702074fb43d239d368946504a (diff) | |
download | ffmpeg-57e7b3a89f5a0879ad039e8f04273b48649799a8.tar.gz |
dnxhdenc: use the AVFrame API properly.
Diffstat (limited to 'libavcodec/dnxhdenc.h')
-rw-r--r-- | libavcodec/dnxhdenc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h index fed17bed51..232e3348d3 100644 --- a/libavcodec/dnxhdenc.h +++ b/libavcodec/dnxhdenc.h @@ -43,7 +43,6 @@ typedef struct DNXHDEncContext { AVClass *class; MpegEncContext m; ///< Used for quantization dsp functions - AVFrame frame; int cid; const CIDEntry *cid_table; uint8_t *msip; ///< Macroblock Scan Indexes Payload |