Revert my commit changing qscale's default value. This makes the video bitrate settin...
authorj-b-m <j-b-m@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 27 Jun 2007 16:28:30 +0000 (16:28 +0000)
committerj-b-m <j-b-m@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 27 Jun 2007 16:28:30 +0000 (16:28 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@992 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/avformat/consumer_avformat.c

index 240ed4a..b9b322a 100644 (file)
@@ -164,7 +164,7 @@ mlt_consumer consumer_avformat_init( char *arg )
                mlt_properties_set_int( properties, "gop_size", 12 );
                mlt_properties_set_int( properties, "b_frames", 0 );
                mlt_properties_set_int( properties, "mb_decision", FF_MB_DECISION_SIMPLE );
-               mlt_properties_set_double( properties, "qscale", 1 );
+               mlt_properties_set_double( properties, "qscale", 0 );
                mlt_properties_set_int( properties, "me_method", ME_EPZS );
                mlt_properties_set_int( properties, "mb_cmp", FF_CMP_SAD );
                mlt_properties_set_int( properties, "ildct_cmp", FF_CMP_VSAD );