view libmpcodecs/vf_scale.h @ 13662:efa186bd32a9

Sync with 1.782: Only use S/PDIF output when no other alsa device is set, allows to use external ac3 decoders. and 1.781: OSD variant for vo_gl.c that behaves more like the one of other vos.
author gpoirier
date Sun, 17 Oct 2004 21:01:57 +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);