mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 19:05:33 +00:00
4d053a65c0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2056 b3059339-0415-0410-9bf9-f77b7e298cf2
9 lines
147 B
C
9 lines
147 B
C
#ifndef __ASPECT_H
|
|
#define __ASPECT_H
|
|
/* Stuff for correct aspect scaling. */
|
|
|
|
void aspect(int *srcw, int *srch, int fitinw, int fitinh);
|
|
|
|
#endif
|
|
|