Commit 959206bd authored by kabi's avatar kabi

* cut&paste fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1249 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5cc98854
...@@ -45,7 +45,7 @@ void MPV_common_init_armv4l(MpegEncContext *s) ...@@ -45,7 +45,7 @@ void MPV_common_init_armv4l(MpegEncContext *s)
const int idct_algo= s->avctx->idct_algo; const int idct_algo= s->avctx->idct_algo;
ff_put_pixels_clamped = s->dsp.put_pixels_clamped; 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){ if(idct_algo==FF_IDCT_AUTO || idct_algo==FF_IDCT_ARM){
s->idct_put= arm_idct_put; s->idct_put= arm_idct_put;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment