]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/alpha/idctdsp_alpha.c
Merge commit '3d69dd65c6771c28d3bf4e8e53a905aa8cd01fd9'
[ffmpeg] / libavcodec / alpha / idctdsp_alpha.c
index 1923ebbc5fb164bd0695e37831bc859fb0efdc03..bd43842535a94f1e1f3053d36a7328e12116b9e6 100644 (file)
@@ -118,8 +118,7 @@ av_cold void ff_idctdsp_init_alpha(IDCTDSPContext *c, AVCodecContext *avctx,
     add_pixels_clamped_axp_p = c->add_pixels_clamped;
 
     if (!high_bit_depth && !avctx->lowres &&
-        (avctx->idct_algo == FF_IDCT_AUTO ||
-         avctx->idct_algo == FF_IDCT_SIMPLEALPHA)) {
+        (avctx->idct_algo == FF_IDCT_AUTO)) {
         c->idct_put = ff_simple_idct_put_axp;
         c->idct_add = ff_simple_idct_add_axp;
         c->idct =     ff_simple_idct_axp;