Mercurial > mplayer.hg
view libmpcodecs/vf_scale.h @ 11971:93d7290b0be9
remove 1000000l example that DOES NOT WORK. 9 times out of 10 it will
ruin a/v sync due to the fact that mencoder doesn't have cache and
can't seek!!!
author | rfelker |
---|---|
date | Tue, 17 Feb 2004 14:52:59 +0000 |
parents | 35f52ad860a0 |
children | f580a7755ac5 |
line wrap: on
line source
//GPL int get_sws_cpuflags(); struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);