[Mplayer-cvslog] CVS: main/libmpcodecs vf_scale.c,1.44,1.45
Alex Beregszaszi
alex at mplayerhq.hu
Fri Sep 5 17:31:15 CEST 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv19626
Modified Files:
vf_scale.c
Log Message:
size presets: added the standard resolutions as proposed by Fabrice (ffmpeg)
Index: vf_scale.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_scale.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- vf_scale.c 16 Aug 2003 19:22:11 -0000 1.44
+++ vf_scale.c 5 Sep 2003 15:30:46 -0000 1.45
@@ -471,7 +471,12 @@
int w, h;
} vf_size_presets_defs[] = {
// TODO add more 'standard' resolutions
- { "pal", 768, 576 },
+ { "qntsc", 352, 240 },
+ { "qpal", 352, 288 },
+ { "ntsc", 720, 480 },
+ { "pal", 720, 576 },
+ { "sntsc", 640, 480 },
+ { "spal", 768, 576 },
{ NULL, 0, 0}
};
More information about the MPlayer-cvslog
mailing list