aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2016-06-20 12:31:29 +0200
committerClément Bœsch <clement@stupeflix.com>2016-06-20 12:31:29 +0200
commit0ab1816315b01dae882a93db90e7f6709e6a71fd (patch)
treeb92754ea02eb1f1f354a5ca63e9b6a170fe99232 /libavcodec/h264.h
parentdcdf69561fde475f2d99573174eb5ae54e3052de (diff)
parent56087ec0a29314d1860f6f0e6f40fbb9b40feccd (diff)
downloadffmpeg-0ab1816315b01dae882a93db90e7f6709e6a71fd.tar.gz
Merge commit '56087ec0a29314d1860f6f0e6f40fbb9b40feccd'
* commit '56087ec0a29314d1860f6f0e6f40fbb9b40feccd': h264: drop a pointless indirection Merged-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 0cda19164e..60355bfa31 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -687,11 +687,6 @@ typedef struct H264Context {
AVBufferPool *mb_type_pool;
AVBufferPool *motion_val_pool;
AVBufferPool *ref_index_pool;
-
- /* Motion Estimation */
- qpel_mc_func (*qpel_put)[16];
- qpel_mc_func (*qpel_avg)[16];
-
} H264Context;
extern const uint16_t ff_h264_mb_sizes[4];