diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2017-02-27 13:10:41 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2017-02-27 13:10:41 +0100 |
commit | 1e298e77240099aa45bb8c955ee0313392227f42 (patch) | |
tree | 2afd5ed5327d37926a26d0796df26be9b86fad36 | |
parent | 3a7f8d2a1f305fac97742c6aa5528c644e08e966 (diff) | |
download | ffmpeg-1e298e77240099aa45bb8c955ee0313392227f42.tar.gz |
lavc/svq3: Remove an unused function.
-rw-r--r-- | libavcodec/svq3.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index 5b996561f1..06e3d37590 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -629,11 +629,6 @@ static av_always_inline void hl_decode_mb_idct_luma(SVQ3Context *s, } } -static av_always_inline int dctcoef_get(int16_t *mb, int index) -{ - return AV_RN16A(mb + index); -} - static av_always_inline void hl_decode_mb_predict_luma(SVQ3Context *s, int mb_type, const int *block_offset, |