[Mplayer-cvslog] CVS: main/libvo vo_mpegpes.c,1.15,1.16
Arpi of Ize
arpi at mplayer.dev.hu
Thu Jan 24 19:59:12 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv25662
Modified Files:
vo_mpegpes.c
Log Message:
qscale 3->2 (Thank you Michael)
Index: vo_mpegpes.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_mpegpes.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- vo_mpegpes.c 24 Jan 2002 00:08:22 -0000 1.15
+++ vo_mpegpes.c 24 Jan 2002 18:59:06 -0000 1.16
@@ -163,7 +163,7 @@
codec_context.frame_rate=25*FRAME_RATE_BASE; // !!!!!
codec_context.gop_size=0; // I frames only
codec_context.flags=CODEC_FLAG_QSCALE;
- codec_context.quality=3; // quality! 1..31 (1=best,slowest)
+ codec_context.quality=2; // quality! 1..31 (1=best,slowest)
#if 0
codec_context.width=width;
More information about the MPlayer-cvslog
mailing list