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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2053
720ca9249e4e Monitor aspect stuff.
atmos4
parents:
diff changeset
1 #ifndef __ASPECT_H
720ca9249e4e Monitor aspect stuff.
atmos4
parents:
diff changeset
2 #define __ASPECT_H
720ca9249e4e Monitor aspect stuff.
atmos4
parents:
diff changeset
3 /* Stuff for correct aspect scaling. */
720ca9249e4e Monitor aspect stuff.
atmos4
parents:
diff changeset
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
720ca9249e4e Monitor aspect stuff.
atmos4
parents:
diff changeset
6
720ca9249e4e Monitor aspect stuff.
atmos4
parents:
diff changeset
7 #endif
720ca9249e4e Monitor aspect stuff.
atmos4
parents:
diff changeset
8