Mercurial > mplayer.hg
annotate libvo/aspect.h @ 2124:0bb00e528669
new version by Sven Goethel
author | arpi |
---|---|
date | Sun, 07 Oct 2001 21:35:59 +0000 |
parents | f5146118777e |
children | 48f0ac1e9d13 |
rev | line source |
---|---|
2053 | 1 #ifndef __ASPECT_H |
2 #define __ASPECT_H | |
3 /* Stuff for correct aspect scaling. */ | |
4 | |
2055
f5146118777e
Simplified aspect() for the loss of some functionality to get ansi compatibility.
atmos4
parents:
2053
diff
changeset
|
5 void aspect(int *srcw, int *srch, int fitinw, int fitinh); |
2053 | 6 |
7 #endif | |
8 |