mp2: Do not force a samplerate

The default should be not to resample.
pull/64/head
Luca Barbato 11 years ago
parent 25fbfeed98
commit a7448064c5
  1. 1
      libavcodec/libtwolame.c
  2. 1
      libavcodec/mpegaudioenc.c

@ -191,7 +191,6 @@ static const AVClass twolame_class = {
static const AVCodecDefault twolame_defaults[] = {
{ "b", "384000" },
{ "ar", "48000" },
{ NULL },
};

@ -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