# HG changeset patch # User arpi # Date 1011898746 0 # Node ID d407c8734ffe4463bb5087a354aaff89b1510643 # Parent 8a6f0b482acb8a97e536c103ce0c6924dd94da4f qscale 3->2 (Thank you Michael) diff -r 8a6f0b482acb -r d407c8734ffe libvo/vo_mpegpes.c --- 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;