diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-04-11 16:19:01 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-04-24 10:06:25 +0200 |
commit | 56087ec0a29314d1860f6f0e6f40fbb9b40feccd (patch) | |
tree | cfa2b576e6c8df83d6a9d7ca9821ad1bbc478d06 /libavcodec/h264.h | |
parent | 0e7772c5e4f1b31e2a3dda714ba4f89b1cca644a (diff) | |
download | ffmpeg-56087ec0a29314d1860f6f0e6f40fbb9b40feccd.tar.gz |
h264: drop a pointless indirection
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 794492740e..3dc7d66a5e 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -644,10 +644,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]; |