Commit a7448064 authored by Luca Barbato's avatar Luca Barbato

mp2: Do not force a samplerate

The default should be not to resample.
parent 25fbfeed
......@@ -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 },
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment