mp2: Do not force a samplerate

The default should be not to resample.
This commit is contained in:
Luca Barbato 2014-04-11 00:09:34 +02:00
parent 25fbfeed98
commit a7448064c5
2 changed files with 0 additions and 2 deletions

View File

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

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 },
};