]> git.sesse.net Git - vlc/blobdiff - modules/mux/ogg.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / mux / ogg.c
index 6e0fe93dcc0252942541e7ac0d98e6c487a51e5d..8411fcebfd8416bab8ea6ab5ff0d25f85da5173e 100644 (file)
@@ -165,7 +165,7 @@ static int MuxGetStream( sout_mux_t *p_mux, int *pi_stream, mtime_t *pi_dts )
 }
 
 /*****************************************************************************
- * Definitions of structures and functions used by this plugins 
+ * Definitions of structures and functions used by this plugins
  *****************************************************************************/
 typedef struct
 {
@@ -981,7 +981,7 @@ static int MuxBlock( sout_mux_t *p_mux, sout_input_t *p_input )
     if( p_stream->i_cat == SPU_ES ||
         p_stream->i_fourcc == VLC_FOURCC( 's', 'p', 'x', ' ' ) )
     {
-        /* Subtitles or Speex packets are quite small so they 
+        /* Subtitles or Speex packets are quite small so they
          * need to be flushed to be sent on time */
         p_og = OggStreamFlush( p_mux, &p_stream->os, p_data->i_dts );
     }