Browse Source

put_vp_no_rnd_pixels8_l2_mmx: fix type

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.2
Michael Niedermayer 13 years ago
parent
commit
4d37d2bfc5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/x86/vp3dsp_init.c

+ 1
- 1
libavcodec/x86/vp3dsp_init.c View File

@@ -64,7 +64,7 @@ void ff_vp3_h_loop_filter_mmxext(uint8_t *src, int stride,
"paddb "#regb", "#regr" \n\t" \ "paddb "#regb", "#regr" \n\t" \
"paddb "#regd", "#regp" \n\t" "paddb "#regd", "#regp" \n\t"


static void put_vp_no_rnd_pixels8_l2_mmx(uint8_t *dst, const uint8_t *a, const uint8_t *b, int stride, int h)
static void put_vp_no_rnd_pixels8_l2_mmx(uint8_t *dst, const uint8_t *a, const uint8_t *b, ptrdiff_t stride, int h)
{ {
// START_TIMER // START_TIMER
MOVQ_BFE(mm6); MOVQ_BFE(mm6);


Loading…
Cancel
Save