From 26d305ed5a301cd35f7a9bf279742f775fde2658 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sun, 29 Jun 2008 00:04:43 +0200 Subject: [PATCH] Remove trailing spaces. --- modules/codec/avcodec/encoder.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/codec/avcodec/encoder.c b/modules/codec/avcodec/encoder.c index 49763f21c0..8bac88b778 100644 --- a/modules/codec/avcodec/encoder.c +++ b/modules/codec/avcodec/encoder.c @@ -152,7 +152,7 @@ struct encoder_sys_t }; static const char *const ppsz_enc_options[] = { - "keyint", "bframes", "vt", "qmin", "qmax", "hq", + "keyint", "bframes", "vt", "qmin", "qmax", "hq", "rc-buffer-size", "rc-buffer-aggressivity", "pre-me", "hurry-up", "interlace", "i-quant-factor", "noise-reduction", "mpeg4-matrix", "trellis", "qscale", "strict", "lumi-masking", "dark-masking", @@ -546,8 +546,8 @@ int OpenEncoder( vlc_object_t *p_this ) { p_context->flags |= CODEC_FLAG_QSCALE; p_context->global_quality = p_sys->i_quality; - } - else + } + else { p_context->rc_qsquish = 1.0; p_context->rc_max_rate = p_enc->fmt_out.i_bitrate; @@ -572,7 +572,7 @@ int OpenEncoder( vlc_object_t *p_this ) if ( p_enc->fmt_out.i_codec == VLC_FOURCC('m','p','4','a') ) { /* XXX: FAAC does resample only when setting the INPUT samplerate - * to the desired value (-R option of the faac frontend) + * to the desired value (-R option of the faac frontend) p_enc->fmt_in.audio.i_rate = p_context->sample_rate;*/ #if LIBAVCODEC_VERSION_INT >= ((51<<16)+(40<<8)+4) /* Ignore FF_PROFILE_UNKNOWN */ -- 2.39.2