mp2: match twolame default options

This commit is contained in:
Vittorio Giovara 2014-04-07 16:25:23 +02:00
parent 718907cd88
commit 46439e1562
1 changed files with 2 additions and 1 deletions

View File

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