Skip to content

Commit

Permalink
Tidy printout when video settings change
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Aug 14, 2013
1 parent fdaa52a commit 600235f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMXVideo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ bool COMXVideo::PortSettingsChanged()
port_image.format.video.nFrameWidth, port_image.format.video.nFrameHeight,
port_image.format.video.xFramerate / (float)(1<<16), interlace.eMode, m_deinterlace);

printf("%s::%s - %dx%d@%.2f interlace:%d deinterlace:%d", CLASSNAME, __func__,
printf("V:PortSettingsChanged: %dx%d@%.2f interlace:%d deinterlace:%d\n",
port_image.format.video.nFrameWidth, port_image.format.video.nFrameHeight,
port_image.format.video.xFramerate / (float)(1<<16), interlace.eMode, m_deinterlace);

Expand Down

0 comments on commit 600235f

Please sign in to comment.