mpv/libvo/aspect.h

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