Commit 2ddaaaf5 authored by James Almer's avatar James Almer

avcodec/libaomenc: increase the default bitrate

aom_codec_enc_config_default() sets it to 256kbps, so don't replace
it with 200kbps.

See https://bugs.chromium.org/p/aomedia/issues/detail?id=2219Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 90ac0e5f
......@@ -986,6 +986,7 @@ static const AVOption options[] = {
};
static const AVCodecDefault defaults[] = {
{ "b", "256*1000" },
{ "qmin", "-1" },
{ "qmax", "-1" },
{ "g", "-1" },
......
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