[FFmpeg-cvslog] mp2: match twolame default options
Vittorio Giovara
git at videolan.org
Wed Apr 9 03:18:27 CEST 2014
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Mon Apr 7 16:25:23 2014 +0200| [46439e156219d27f059cf687743ba5aacf238b87] | committer: Vittorio Giovara
mp2: match twolame default options
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=46439e156219d27f059cf687743ba5aacf238b87
---
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 },
};
More information about the ffmpeg-cvslog
mailing list