X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Flive555.cpp;h=a603f12b96441dd413b5fea67d429346ef67af62;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=bc98097c26ede474fd1814d4f20c2f225b6edd73;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index bc98097c26..a603f12b96 100644 --- a/modules/demux/live555.cpp +++ b/modules/demux/live555.cpp @@ -674,7 +674,7 @@ static int SessionsSetup( demux_t *p_demux ) } else if( !strncmp( sub->codecName(), "G726", 4 ) ) { - tk->fmt.i_codec = VLC_FOURCC( 'g', '7', '2', '6' ); + tk->fmt.i_codec = VLC_FOURCC( 'g', '7', '2', '6' ); tk->fmt.audio.i_rate = 8000; tk->fmt.audio.i_channels = 1; if( !strcmp( sub->codecName()+5, "40" ) ) @@ -1558,7 +1558,7 @@ static void TaskInterrupt( void *p_private ) } /***************************************************************************** - * + * *****************************************************************************/ static void TimeoutPrevention( timeout_thread_t *p_timeout ) {