mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 18:09:36 +00:00
mp2: Do not force a samplerate
The default should be not to resample.
This commit is contained in:
parent
25fbfeed98
commit
a7448064c5
@ -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…
Reference in New Issue
Block a user