changeset 8034:9b690041e298 libavcodec

Combine non-bitexact sections
author conrad
date Sun, 19 Oct 2008 04:43:35 +0000
parents b661cf8690a1
children 56f973432109
files i386/dsputil_mmx.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Sun Oct 19 04:40:24 2008 +0000
+++ b/i386/dsputil_mmx.c	Sun Oct 19 04:43:35 2008 +0000
@@ -2631,12 +2631,11 @@
                 c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels8_y2_mmx2;
                 c->avg_pixels_tab[0][3] = avg_pixels16_xy2_mmx2;
                 c->avg_pixels_tab[1][3] = avg_pixels8_xy2_mmx2;
-            }
 
-            if ((ENABLE_VP3_DECODER || ENABLE_THEORA_DECODER) &&
-                !(avctx->flags & CODEC_FLAG_BITEXACT)) {
+            if (ENABLE_VP3_DECODER || ENABLE_THEORA_DECODER) {
                 c->vp3_v_loop_filter= ff_vp3_v_loop_filter_mmx2;
                 c->vp3_h_loop_filter= ff_vp3_h_loop_filter_mmx2;
+                }
             }
 
 #define SET_QPEL_FUNCS(PFX, IDX, SIZE, CPU) \