[vlc-commits] codec/dca: remove dead code
Filip Roséen
git at videolan.org
Wed Mar 15 19:19:22 CET 2017
vlc | branch: master | Filip Roséen <filip at atch.se> | Wed Mar 15 10:06:29 2017 +0100| [f4911a8e4764341b25d8f01d5c83fb92ca338a88] | committer: Hugo Beauzée-Luyssen
codec/dca: remove dead code
see commits prior to a4b486148b5
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4911a8e4764341b25d8f01d5c83fb92ca338a88
---
modules/codec/dca.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/modules/codec/dca.c b/modules/codec/dca.c
index 78e55f2..d5256d5 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;
More information about the vlc-commits
mailing list