view libmpcodecs/vf_scale.h @ 19800:dfb8d242987b

r19801: Mailing list page URL changed. r19794: separate independant clauses with a semicolon, as suggested by The Wanderer r19793: Fixes suggested by The Wanderer r19779: RTC is no longer the default timing method. r19767: Remove outdated hint about patching kernel sources. r19760: remove trailing slash from link r19752: Fixes suggested by Diego r19751: Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
author kraymer
date Tue, 12 Sep 2006 08:28:48 +0000
parents f580a7755ac5
children 6ac1ece1f9fe
line wrap: on
line source

//GPL

int get_sws_cpuflags(void);
struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);