mirror of https://git.ffmpeg.org/ffmpeg.git
mp2: match twolame default options
This commit is contained in:
parent
718907cd88
commit
46439e1562
|
@ -743,7 +743,8 @@ static int MPA_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
|
|||
}
|
||||
|
||||
static const AVCodecDefault mp2_defaults[] = {
|
||||
{ "b", "128k" },
|
||||
{ "b", "384000" },
|
||||
{ "ar", "48000" },
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue