diff options
author | Clément Bœsch <clement@stupeflix.com> | 2016-06-20 12:31:29 +0200 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2016-06-20 12:31:29 +0200 |
commit | 0ab1816315b01dae882a93db90e7f6709e6a71fd (patch) | |
tree | b92754ea02eb1f1f354a5ca63e9b6a170fe99232 /libavcodec/h264.h | |
parent | dcdf69561fde475f2d99573174eb5ae54e3052de (diff) | |
parent | 56087ec0a29314d1860f6f0e6f40fbb9b40feccd (diff) | |
download | ffmpeg-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.h | 5 |
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]; |