summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-09 10:14:46 +0100
committerAnton Khirnov <anton@khirnov.net>2013-11-16 17:47:58 +0100
commit57e7b3a89f5a0879ad039e8f04273b48649799a8 (patch)
tree56f9d982fc6ecbdde22bd602ad5d73a2fd16c545 /libavcodec/dnxhdenc.h
parentd2287740d932a79702074fb43d239d368946504a (diff)
downloadffmpeg-streaming-57e7b3a89f5a0879ad039e8f04273b48649799a8.zip
ffmpeg-streaming-57e7b3a89f5a0879ad039e8f04273b48649799a8.tar.gz
dnxhdenc: use the AVFrame API properly.
Diffstat (limited to 'libavcodec/dnxhdenc.h')
-rw-r--r--libavcodec/dnxhdenc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h
index fed17be..232e334 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
OpenPOWER on IntegriCloud