]> git.sesse.net Git - vlc/blobdiff - modules/mux/mpeg/ts.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / mux / mpeg / ts.c
index 33a348e742ef176e7cd012a9bcc87e5ed4252c4c..80e8d47589b12aed23d319a4360b1763c852d552 100644 (file)
@@ -27,7 +27,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>
 
 #include <vlc/vlc.h>
 #include <vlc_sout.h>
@@ -1054,7 +1053,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
         {
             char *psz = p_input->p_fmt->p_extra_languages[i-1].psz_language;
             const iso639_lang_t *pl = NULL;
-            
             if( strlen( psz ) == 2 )
             {
                 pl = GetLang_1( psz );
@@ -1072,7 +1071,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
                 p_stream->lang[i*3+0] = pl->psz_iso639_2T[0];
                 p_stream->lang[i*3+1] = pl->psz_iso639_2T[1];
                 p_stream->lang[i*3+2] = pl->psz_iso639_2T[2];
-                
                 msg_Dbg( p_mux, "    - lang=%c%c%c",
                          p_stream->lang[i*3+0], p_stream->lang[i*3+1],
                          p_stream->lang[i*3+2] );
@@ -1484,7 +1483,7 @@ static int Mux( sout_mux_t *p_mux )
                             else if( p_input->p_fmt->i_codec ==
                                        VLC_FOURCC('d','v','b','s') )
                             {
-                                /* EN 300 473 */
+                                /* EN 300 743 */
                                 b_data_alignment = 1;
                             }
                         }