[vlc-commits] packetizer: mpegvideo: debug picture type

Francois Cartegnie git at videolan.org
Wed Feb 12 15:05:27 CET 2020


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Feb 12 14:20:40 2020 +0100| [6f87ba4e8b421943eafa6318fa6304e291d60470] | committer: Francois Cartegnie

packetizer: mpegvideo: debug picture type

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f87ba4e8b421943eafa6318fa6304e291d60470
---

 modules/packetizer/mpegvideo.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/packetizer/mpegvideo.c b/modules/packetizer/mpegvideo.c
index bb0771a398..f6f55624d1 100644
--- a/modules/packetizer/mpegvideo.c
+++ b/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



More information about the vlc-commits mailing list