Browse Source

* cut&paste fix

Originally committed as revision 1249 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Zdenek Kabelac 23 years ago
parent
commit
bb28568364
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/armv4l/mpegvideo_arm.c

+ 1
- 1
libavcodec/armv4l/mpegvideo_arm.c View File

@@ -45,7 +45,7 @@ void MPV_common_init_armv4l(MpegEncContext *s)
const int idct_algo= s->avctx->idct_algo;

ff_put_pixels_clamped = s->dsp.put_pixels_clamped;
ff_add_pixels_clamped = s->dsp.put_pixels_clamped;
ff_add_pixels_clamped = s->dsp.add_pixels_clamped;

if(idct_algo==FF_IDCT_AUTO || idct_algo==FF_IDCT_ARM){
s->idct_put= arm_idct_put;


Loading…
Cancel
Save