]> git.sesse.net Git - vlc/blobdiff - modules/demux/ogg.c
Fixed ES_OUT_SET_FMT name.
[vlc] / modules / demux / ogg.c
index 4d9c12791e7fcb20d69c4a8e4cd67ccb7e22dfd3..464d99a043a0d6d588cf843faf7ca31ef20d9d9d 100644 (file)
@@ -632,7 +632,7 @@ static void Ogg_DecodePacket( demux_t *p_demux,
                     p_stream->fmt.i_extra = 0;
 
                 if( Ogg_LogicalStreamResetEsFormat( p_demux, p_stream ) )
-                    es_out_Control( p_demux->out, ES_OUT_SET_FMT,
+                    es_out_Control( p_demux->out, ES_OUT_SET_ES_FMT,
                                     p_stream->p_es, &p_stream->fmt );
             }
         }