Module: libav Branch: master Commit: 46439e156219d27f059cf687743ba5aacf238b87
Author: Vittorio Giovara <[email protected]> Committer: Vittorio Giovara <[email protected]> Date: Mon Apr 7 16:25:23 2014 +0200 mp2: match twolame default options --- libavcodec/mpegaudioenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/mpegaudioenc.c b/libavcodec/mpegaudioenc.c index a940c0d..3a5cdca 100644 --- a/libavcodec/mpegaudioenc.c +++ b/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 }, }; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
