Commit 61609172 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

ASF: fix compilation

parent ee4af8ee
......@@ -1499,7 +1499,7 @@ static int DemuxInit( demux_t *p_demux )
es_format_Copy( tk->p_fmt, &fmt );
}
fmt.i_id = tk->info.p_sp->i_stream_number;
fmt.i_id = tk->p_sp->i_stream_number;
tk->p_es = es_out_Add( p_demux->out, &fmt );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment