ffmpeg | branch: master | Diego Biurrun <[email protected]> | Mon Oct 31 
23:49:12 2016 +0100| [13fcdfb976038f63b9f753e2ebcc8e04d7c7abc2] | committer: 
Diego Biurrun

svq3: Drop unused function dctcoef_get()

libavcodec/svq3.c:627:29: warning: unused function 'dctcoef_get' 
[-Wunused-function]

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

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

diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index aa85e7c..5165737 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -622,11 +622,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,

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to