diff --git a/encoder/analyse.c b/encoder/analyse.c index f9f5abb..a95ffc6 100644 --- a/encoder/analyse.c +++ b/encoder/analyse.c @@ -2867,7 +2867,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; @@ -2896,7 +2895,6 @@ static void x264_analyse_update_cache( x264_t *h, x264_mb_analysis_t *a ) } } } -#endif } #include "slicetype.c"