Mercurial > mplayer.hg
view libvo/aspect.h @ 2239:9525c7d29543
Added notice about CFLAGS and added -fomit-frame-pointer to be always used.
author | atmos4 |
---|---|
date | Wed, 17 Oct 2001 15:53:15 +0000 |
parents | f5146118777e |
children | 48f0ac1e9d13 |
line wrap: on
line source
#ifndef __ASPECT_H #define __ASPECT_H /* Stuff for correct aspect scaling. */ void aspect(int *srcw, int *srch, int fitinw, int fitinh); #endif