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=2219

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2018-11-26 19:05:50 -03:00
parent 90ac0e5f29
commit 2ddaaaf595
1 changed files with 1 additions and 0 deletions

View File

@ -986,6 +986,7 @@ static const AVOption options[] = {
};
static const AVCodecDefault defaults[] = {
{ "b", "256*1000" },
{ "qmin", "-1" },
{ "qmax", "-1" },
{ "g", "-1" },