Browse Source

mp2: Do not force a samplerate

The default should be not to resample.
tags/n2.3
Luca Barbato 11 years ago
parent
commit
a7448064c5
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      libavcodec/libtwolame.c
  2. +0
    -1
      libavcodec/mpegaudioenc.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 },
};



+ 0
- 1
libavcodec/mpegaudioenc.c View File

@@ -744,7 +744,6 @@ static int MPA_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,

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



Loading…
Cancel
Save