Commit 352e13e2 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '46439e15'

* commit '46439e15':
  mp2: match twolame default options

Not merged as the change breaks fate, also forcing resampling to specific sample rate
reduces quality, and would be like rescaling every movie to 1080.
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 6c019f05 46439e15
......@@ -773,7 +773,7 @@ static int MPA_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
}
static const AVCodecDefault mp2_defaults[] = {
{ "b", "128k" },
{ "b", "128k" },
{ NULL },
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment