[vlc-devel] [PATCH v2 7/7] decoder: remove GAPLESS todo

Thomas Guillem thomas at gllm.fr
Wed Mar 20 18:09:14 CET 2019


---
 src/input/decoder.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/input/decoder.c b/src/input/decoder.c
index 4b2d5cbd9f..9374ce9622 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -1931,7 +1931,6 @@ static void DeleteDecoder( decoder_t * p_dec )
         case AUDIO_ES:
             if( p_owner->p_aout )
             {
-                /* TODO: REVISIT gap-less audio */
                 aout_DecDelete( p_owner->p_aout );
                 input_resource_PutAout( p_owner->p_resource, p_owner->p_aout );
             }
-- 
2.20.1



More information about the vlc-devel mailing list