[vlc-commits] live555 : fix typo

Sébastien Escudier git at videolan.org
Sat Jan 22 16:33:55 CET 2011


vlc/vlc-1.1 | branch: master | Sébastien Escudier <sebastien-devel at celeos.eu> | Fri Jan  7 10:51:08 2011 +0100| [8428ba67565134144ba481c1dbd62e792ca4375b] | committer: Rémi Denis-Courmont

live555 : fix typo
(cherry picked from commit 7ec013e0c9be7ff431e9823e745c2329a01db64d)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=8428ba67565134144ba481c1dbd62e792ca4375b
---

 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 c7798fe..f58541e 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -813,7 +813,7 @@ static int SessionsSetup( demux_t *p_demux )
                     tk->fmt.i_codec = VLC_FOURCC( 't', 'w', 'o', 's' );
                     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