summaryrefslogtreecommitdiff
path: root/libavcodec/snow.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-09-20 22:52:33 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-09-20 23:26:39 +0200
commit55b803e33ede35318f6afeadbe13fbb082eaaf20 (patch)
tree38c273bdd231820b21293f8c797c4c8cdcebd15a /libavcodec/snow.h
parent77367f61b38dbdf17c31aa6a6b3edccb2ebf5354 (diff)
downloadffmpeg-55b803e33ede35318f6afeadbe13fbb082eaaf20.tar.gz
avcodec/snowenc: Remove unused new_picture field
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r--libavcodec/snow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h
index a09b6221e4..bf744cf7bd 100644
--- a/libavcodec/snow.h
+++ b/libavcodec/snow.h
@@ -121,7 +121,6 @@ typedef struct SnowContext{
H264QpelContext h264qpel;
MpegvideoEncDSPContext mpvencdsp;
SnowDWTContext dwt;
- const AVFrame *new_picture;
AVFrame *input_picture; ///< new_picture with the internal linesizes
AVFrame *current_picture;
AVFrame *last_picture[MAX_REF_FRAMES];