mp2: match twolame default options

pull/64/head
Vittorio Giovara 11 years ago
parent 718907cd88
commit 46439e1562
  1. 3
      libavcodec/mpegaudioenc.c

@ -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…
Cancel
Save