[vlc-commits] commit: live555 : fix typo	(=?UTF-8?Q?S=C3=A9bastien=20Escudier=20?=)
    git at videolan.org 
    git at videolan.org
       
    Fri Jan  7 10:53:49 CET 2011
    
    
  
vlc | branch: master | Sébastien Escudier <sebastien-devel at celeos.eu> | Fri Jan  7 10:51:08 2011 +0100| [7ec013e0c9be7ff431e9823e745c2329a01db64d] | committer: Sébastien Escudier 
live555 : fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7ec013e0c9be7ff431e9823e745c2329a01db64d
---
 modules/demux/live555.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index 8bf620c..9e908ac 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -849,7 +849,7 @@ static int SessionsSetup( demux_t *p_demux )
                     tk->fmt.i_codec = VLC_CODEC_S16B;
                     tk->fmt.audio.i_bitspersample = 16;
                 }
-                else if( !strcmp( sub-codecName(), "L24" ) )
+                else if( !strcmp( sub->codecName(), "L24" ) )
                 {
                     tk->fmt.i_codec = VLC_CODEC_S24B;
                     tk->fmt.audio.i_bitspersample = 24;
    
    
More information about the vlc-commits
mailing list