[vlc-devel] [PATCH] codec/dca: remove dead code

Filip Roséen filip at atch.se
Wed Mar 15 10:06:29 CET 2017


see commits prior to a4b486148b5
---
 modules/codec/dca.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/codec/dca.c b/modules/codec/dca.c
index 78e55f23c9..d5256d5749 100644
--- a/modules/codec/dca.c
+++ b/modules/codec/dca.c
@@ -167,11 +167,6 @@ static int Decode( decoder_t *p_dec, block_t *p_in_buf )
         p_sys->b_dontwarn = 1;
     }
 
-    if( 0)//!p_sys->b_dynrng )
-    {
-        dca_dynrng( p_sys->p_libdca, NULL, NULL );
-    }
-
     for( int i = 0; i < dca_blocks_num(p_sys->p_libdca); i++ )
     {
         sample_t * p_samples;
-- 
2.12.0


More information about the vlc-devel mailing list