Browse code

Remove unused get_psnr() prototype

Signed-off-by: Mans Rullgard <mans@mansr.com>

Vladimir Pantelic authored on 2011/06/03 18:00:15
Showing 1 changed files
... ...
@@ -687,11 +687,6 @@ void ff_mlp_init_x86(DSPContext* c, AVCodecContext *avctx);
687 687
 #   define LOCAL_ALIGNED_16(t, v, ...) LOCAL_ALIGNED(16, t, v, __VA_ARGS__)
688 688
 #endif
689 689
 
690
-/* PSNR */
691
-void get_psnr(uint8_t *orig_image[3], uint8_t *coded_image[3],
692
-              int orig_linesize[3], int coded_linesize,
693
-              AVCodecContext *avctx);
694
-
695 690
 #define WRAPPER8_16(name8, name16)\
696 691
 static int name16(void /*MpegEncContext*/ *s, uint8_t *dst, uint8_t *src, int stride, int h){\
697 692
     return name8(s, dst           , src           , stride, h)\