Commit 8f4a554c authored by Rafaël Carré's avatar Rafaël Carré

mpga decoder: modify input ES format with layer

parent 5352b605
...@@ -285,6 +285,8 @@ static void *DecodeBlock( decoder_t *p_dec, block_t **pp_block ) ...@@ -285,6 +285,8 @@ static void *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
&p_sys->i_max_frame_size, &p_sys->i_max_frame_size,
&p_sys->i_layer ); &p_sys->i_layer );
p_dec->fmt_in.i_profile = p_sys->i_layer;
if( p_sys->i_frame_size == -1 ) if( p_sys->i_frame_size == -1 )
{ {
msg_Dbg( p_dec, "emulated startcode" ); msg_Dbg( p_dec, "emulated startcode" );
......
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