.\" Automatically generated by Pandoc 3.1.11.1 .\" .TH "al_get_video_scaled_width" "3" "" "Allegro reference manual" "" .SH NAME al_get_video_scaled_width \- Allegro 5 API .SH SYNOPSIS .IP .EX #include float al_get_video_scaled_width(ALLEGRO_VIDEO *video) .EE .SH DESCRIPTION Returns the width with which the video frame should be drawn. Videos often do not use square pixels, so this will may return a value larger than the width of the frame bitmap. .SH SINCE 5.1.12 .SH SEE ALSO al_get_video_frame(3)