summaryrefslogtreecommitdiffstats
path: root/libvo/aspect.h
blob: d16f196afd46a777b1b446ddc7684af53889f5c5 (plain)
1
2
3
4
5
6
7
8
#ifndef __ASPECT_H
#define __ASPECT_H
/* Stuff for correct aspect scaling. */

void aspect(int *srcw, int *srch, int fitinw, int fitinh);

#endif