X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fmux%2Fogg.c;h=8411fcebfd8416bab8ea6ab5ff0d25f85da5173e;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=6e0fe93dcc0252942541e7ac0d98e6c487a51e5d;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/mux/ogg.c b/modules/mux/ogg.c index 6e0fe93dcc..8411fcebfd 100644 --- a/modules/mux/ogg.c +++ b/modules/mux/ogg.c @@ -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 ); }