Changeset 26d305ed5a301cd35f7a9bf279742f775fde2658

Show
Ignore:
Timestamp:
29/06/08 00:05:06 (3 months ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1214690706 +0200
git-parent:

[64a31ec90363f92c9500bf8fc5882aad85183b22]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1214690683 +0200
Message:

Remove trailing spaces.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/codec/avcodec/encoder.c

    r51f898a r26d305e  
    153153 
    154154static const char *const ppsz_enc_options[] = { 
    155     "keyint", "bframes", "vt", "qmin", "qmax", "hq",  
     155    "keyint", "bframes", "vt", "qmin", "qmax", "hq", 
    156156    "rc-buffer-size", "rc-buffer-aggressivity", "pre-me", "hurry-up", 
    157157    "interlace", "i-quant-factor", "noise-reduction", "mpeg4-matrix", 
     
    547547            p_context->flags |= CODEC_FLAG_QSCALE; 
    548548            p_context->global_quality = p_sys->i_quality; 
    549         }  
    550         else  
     549        } 
     550        else 
    551551        { 
    552552            p_context->rc_qsquish = 1.0; 
     
    573573        { 
    574574            /* XXX: FAAC does resample only when setting the INPUT samplerate 
    575              * to the desired value (-R option of the faac frontend)  
     575             * to the desired value (-R option of the faac frontend) 
    576576            p_enc->fmt_in.audio.i_rate = p_context->sample_rate;*/ 
    577577#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(40<<8)+4)