[vlc-commits] decoder: fix use of the ModuleThread old name

Steve Lhomme git at videolan.org
Wed Sep 18 16:30:46 CEST 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Sep 18 16:27:54 2019 +0200| [469edff1004a2ab818b00d54d30c00cb3ca1cd0c] | committer: Steve Lhomme

decoder: fix use of the ModuleThread old name

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=469edff1004a2ab818b00d54d30c00cb3ca1cd0c
---

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

diff --git a/src/input/decoder.c b/src/input/decoder.c
index 3bc13fb93f..800c01a37d 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -238,7 +238,7 @@ static int DecoderThread_Reload( struct decoder_owner *p_owner, bool b_packetize
     {
         assert( p_owner->fmt.i_cat == AUDIO_ES );
         audio_output_t *p_aout = p_owner->p_aout;
-        // no need to lock, the decoder and DecoderOutputThreads are dead
+        // no need to lock, the decoder and ModuleThread are dead
         p_owner->p_aout = NULL;
         if( p_aout )
         {



More information about the vlc-commits mailing list