[SCM] libav/experimental: mp2: match twolame default options

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:44 UTC 2014


The following commit has been merged in the experimental branch:
commit 46439e156219d27f059cf687743ba5aacf238b87
Author: Vittorio Giovara <vittorio.giovara at gmail.com>
Date:   Mon Apr 7 16:25:23 2014 +0200

    mp2: match twolame default options

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/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list