[FFmpeg-cvslog] lavc/svq3: Remove an unused function.

Carl Eugen Hoyos git at videolan.org
Mon Feb 27 14:11:13 EET 2017


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Feb 27 13:10:41 2017 +0100| [1e298e77240099aa45bb8c955ee0313392227f42] | committer: Carl Eugen Hoyos

lavc/svq3: Remove an unused function.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1e298e77240099aa45bb8c955ee0313392227f42
---

 libavcodec/svq3.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index 5b99656..06e3d37 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,



More information about the ffmpeg-cvslog mailing list