mirror of
https://github.com/mpv-player/mpv
synced 2025-05-07 18:50:23 +00:00
Fix aspect test program linking.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29785 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fc1b468117
commit
59d4f35fc3
@ -18,6 +18,7 @@
|
|||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
@ -27,8 +28,11 @@
|
|||||||
#define DEF_ZOOM 1
|
#define DEF_ZOOM 1
|
||||||
|
|
||||||
extern float monitor_aspect;
|
extern float monitor_aspect;
|
||||||
|
int vo_dheight;
|
||||||
|
int vo_dwidth;
|
||||||
int vo_fs;
|
int vo_fs;
|
||||||
float vo_panscan;
|
float vo_panscan;
|
||||||
|
int64_t WinID = -1;
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
int w,h,z=DEF_ZOOM;
|
int w,h,z=DEF_ZOOM;
|
||||||
|
Loading…
Reference in New Issue
Block a user