Browse Source

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  mp2: Do not force a samplerate

Conflicts:
	libavcodec/mpegaudioenc_template.c

Only libtwolame changes, as the forcing of a sample rate was not merged for the native mp2 encoder

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 12 years ago
parent
commit
1de8a4f736
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/libtwolame.c

+ 0
- 1
libavcodec/libtwolame.c View File

@@ -191,7 +191,6 @@ static const AVClass twolame_class = {

static const AVCodecDefault twolame_defaults[] = {
{ "b", "384000" },
{ "ar", "48000" },
{ NULL },
};



Loading…
Cancel
Save