changeset 4341:d407c8734ffe

qscale 3->2 (Thank you Michael)
author arpi
date Thu, 24 Jan 2002 18:59:06 +0000
parents 8a6f0b482acb
children 4395c96c64cd
files libvo/vo_mpegpes.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_mpegpes.c	Thu Jan 24 18:13:54 2002 +0000
+++ b/libvo/vo_mpegpes.c	Thu Jan 24 18:59:06 2002 +0000
@@ -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;