Skip to content
Snippets Groups Projects
Commit c5a2e3eb authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

packetizer: h264: remove unwanted debug code

parent 50accb82
No related branches found
No related tags found
No related merge requests found
......@@ -1277,10 +1277,7 @@ static void ParseSei( decoder_t *p_dec, block_t *p_frag )
}
if( p_sys->b_pic_struct_present_flag )
{
p_sys->i_pic_struct = bs_read( &s, 4 );
msg_Err(p_dec, "PIC STRUCT %d", p_sys->i_pic_struct);
}
/* + unparsed remains */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment