Changeset 26d305ed5a301cd35f7a9bf279742f775fde2658
- 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
| r51f898a |
r26d305e |
|
| 153 | 153 | |
|---|
| 154 | 154 | static const char *const ppsz_enc_options[] = { |
|---|
| 155 | | "keyint", "bframes", "vt", "qmin", "qmax", "hq", |
|---|
| | 155 | "keyint", "bframes", "vt", "qmin", "qmax", "hq", |
|---|
| 156 | 156 | "rc-buffer-size", "rc-buffer-aggressivity", "pre-me", "hurry-up", |
|---|
| 157 | 157 | "interlace", "i-quant-factor", "noise-reduction", "mpeg4-matrix", |
|---|
| … | … | |
| 547 | 547 | p_context->flags |= CODEC_FLAG_QSCALE; |
|---|
| 548 | 548 | p_context->global_quality = p_sys->i_quality; |
|---|
| 549 | | } |
|---|
| 550 | | else |
|---|
| | 549 | } |
|---|
| | 550 | else |
|---|
| 551 | 551 | { |
|---|
| 552 | 552 | p_context->rc_qsquish = 1.0; |
|---|
| … | … | |
| 573 | 573 | { |
|---|
| 574 | 574 | /* 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) |
|---|
| 576 | 576 | p_enc->fmt_in.audio.i_rate = p_context->sample_rate;*/ |
|---|
| 577 | 577 | #if LIBAVCODEC_VERSION_INT >= ((51<<16)+(40<<8)+4) |
|---|