diff --git a/encoder/analyse.c b/encoder/analyse.c index 8ae426f..3a3e55a 100644 --- a/encoder/analyse.c +++ b/encoder/analyse.c @@ -2865,7 +2865,6 @@ static void x264_analyse_update_cache( x264_t *h, x264_mb_analysis_t *a ) } } -#ifndef NDEBUG if( h->param.i_threads > 1 && !IS_INTRA(h->mb.i_type) ) { int l; @@ -2894,7 +2893,6 @@ static void x264_analyse_update_cache( x264_t *h, x264_mb_analysis_t *a ) } } } -#endif } #include "slicetype.c"