summaryrefslogtreecommitdiff
path: root/libavcodec/mediacodecdec_common.h
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2018-02-20 11:08:01 +0100
committerMatthieu Bouron <matthieu.bouron@gmail.com>2018-03-03 21:17:21 +0100
commitcc9875dc29383dd2c82dee3736e0cf53008a865e (patch)
treec9d36c3c41823b4b03fca7d017213738e0b4506a /libavcodec/mediacodecdec_common.h
parent5d69e249c81ec71630b4cb536907cc831fadef6b (diff)
downloadffmpeg-cc9875dc29383dd2c82dee3736e0cf53008a865e.tar.gz
avcodec/mediacodecdec_common: remove unused field from MediaCodecDecContext
Diffstat (limited to 'libavcodec/mediacodecdec_common.h')
-rw-r--r--libavcodec/mediacodecdec_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mediacodecdec_common.h b/libavcodec/mediacodecdec_common.h
index 32d16d3e3a..85df507ffb 100644
--- a/libavcodec/mediacodecdec_common.h
+++ b/libavcodec/mediacodecdec_common.h
@@ -55,7 +55,6 @@ typedef struct MediaCodecDecContext {
int stride;
int slice_height;
int color_format;
- enum AVPixelFormat pix_fmt;
int crop_top;
int crop_bottom;
int crop_left;