Browse Source

typo/clarification

Originally committed as revision 11201 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
571bf37f6d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/i386/dsputil_mmx.c

+ 1
- 1
libavcodec/i386/dsputil_mmx.c View File

@@ -2841,7 +2841,7 @@ PREFETCH(prefetch_3dnow, prefetch)


#include "h264dsp_mmx.c" #include "h264dsp_mmx.c"


/* AVS specific */
/* CAVS specific */
void ff_cavsdsp_init_mmx2(DSPContext* c, AVCodecContext *avctx); void ff_cavsdsp_init_mmx2(DSPContext* c, AVCodecContext *avctx);


void ff_put_cavs_qpel8_mc00_mmx2(uint8_t *dst, uint8_t *src, int stride) { void ff_put_cavs_qpel8_mc00_mmx2(uint8_t *dst, uint8_t *src, int stride) {


Loading…
Cancel
Save