Given the Pixel Aspect Ratio and size of an input video frame, and the pixel aspect ratio of the intended display device, calculates the actual display ratio the video will be rendered with. dar_n and dar_d parameters. The return value is FALSE in the case of integer overflow or other error.
| display_par_n | Numerator of the pixel aspect ratio of the display device |
| dar_n | Numerator of the calculated display_ratio |
| video_height | Height of the video frame in pixels |
| display_par_d | Denominator of the pixel aspect ratio of the display device |
| dar_d | Denominator of the calculated display_ratio |
| video_par_n | Numerator of the pixel aspect ratio of the input video. |
| video_par_d | Denominator of the pixel aspect ratio of the input video. |
| video_width | Width of the video frame in pixels |
| A boolean indicating success and a calculated Display Ratio in the |