Browse Source

packetizer: mpegvideo: debug picture type

pull/102/head
Francois Cartegnie 7 years ago
parent
commit
6f87ba4e8b
  1. 4
      modules/packetizer/mpegvideo.c

4
modules/packetizer/mpegvideo.c

@ -618,8 +618,8 @@ static block_t *OutputFrame( decoder_t *p_dec )
}
#if 0
msg_Dbg( p_dec, "pic: type=%d ref=%d nf=%d tff=%d dts=%"PRId64" ptsdiff=%"PRId64" len=%"PRId64,
p_sys->i_picture_structure, p_sys->i_temporal_ref, i_num_fields,
msg_Dbg( p_dec, "pic: type=%d struct=%d ref=%d nf=%d tff=%d dts=%"PRId64" ptsdiff=%"PRId64" len=%"PRId64,
p_sys->i_picture_type, p_sys->i_picture_structure, p_sys->i_temporal_ref, i_num_fields,
p_sys->i_top_field_first,
p_pic->i_dts , (p_pic->i_pts != VLC_TICK_INVALID) ? p_pic->i_pts - p_pic->i_dts : 0, p_pic->i_length );
#endif

Loading…
Cancel
Save