[vlc-commits] mux ts: indent fix

Ilkka Ollakka git at videolan.org
Sat Oct 4 16:57:27 CEST 2014


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat Oct  4 11:38:48 2014 +0300| [62f53d27901dadace1ff18579f917fd11c6c0297] | committer: Ilkka Ollakka

mux ts: indent fix

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

 modules/mux/mpeg/ts.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/mux/mpeg/ts.c b/modules/mux/mpeg/ts.c
index fd3e5d5..c846f7b 100644
--- a/modules/mux/mpeg/ts.c
+++ b/modules/mux/mpeg/ts.c
@@ -1323,7 +1323,7 @@ static bool MuxStreams(sout_mux_t *p_mux )
 
             if( p_input->p_fmt->i_codec == VLC_CODEC_MP4A )
                 p_data = Add_ADTS( p_data, p_input->p_fmt );
-             else if( p_input->p_fmt->i_codec == VLC_CODEC_OPUS )
+            else if( p_input->p_fmt->i_codec == VLC_CODEC_OPUS )
                 p_data = Pack_Opus( p_data );
         }
         else



More information about the vlc-commits mailing list