| Index: patched-ffmpeg-mt/libavcodec/vc1dsp.c
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavcodec/vc1dsp.c (revision 41250)
|
| +++ patched-ffmpeg-mt/libavcodec/vc1dsp.c (working copy)
|
| @@ -581,10 +581,6 @@
|
|
|
| /* pixel functions - really are entry points to vc1_mspel_mc */
|
|
|
| -/* this one is defined in dsputil.c */
|
| -void ff_put_vc1_mspel_mc00_c(uint8_t *dst, const uint8_t *src, int stride, int rnd);
|
| -void ff_avg_vc1_mspel_mc00_c(uint8_t *dst, const uint8_t *src, int stride, int rnd);
|
| -
|
| #define PUT_VC1_MSPEL(a, b)\
|
| static void put_vc1_mspel_mc ## a ## b ##_c(uint8_t *dst, const uint8_t *src, int stride, int rnd) { \
|
| put_vc1_mspel_mc(dst, src, stride, a, b, rnd); \
|
|
|