Commit 73c192e5 authored by Marian Durkovic's avatar Marian Durkovic

use display width/height for libmpeg2 debug message

parent 688720df
...@@ -668,8 +668,8 @@ static void GetAR( decoder_t *p_dec ) ...@@ -668,8 +668,8 @@ static void GetAR( decoder_t *p_dec )
} }
msg_Dbg( p_dec, "%dx%d, aspect %d, %u.%03u fps", msg_Dbg( p_dec, "%dx%d, aspect %d, %u.%03u fps",
p_sys->p_info->sequence->width, p_sys->p_info->sequence->display_width,
p_sys->p_info->sequence->height, p_sys->i_aspect, p_sys->p_info->sequence->display_height, p_sys->i_aspect,
(uint32_t)((uint64_t)1001000000 * 27 / (uint32_t)((uint64_t)1001000000 * 27 /
p_sys->p_info->sequence->frame_period / 1001), p_sys->p_info->sequence->frame_period / 1001),
(uint32_t)((uint64_t)1001000000 * 27 / (uint32_t)((uint64_t)1001000000 * 27 /
......
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