[FFmpeg-cvslog] avcodec/libaomenc: increase the default bitrate
James Almer
git at videolan.org
Tue Nov 27 00:09:19 EET 2018
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Nov 26 19:05:50 2018 -0300| [2ddaaaf59570533f6c58b67d39c1d7af41d12d1c] | committer: 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=2219
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ddaaaf59570533f6c58b67d39c1d7af41d12d1c
---
libavcodec/libaomenc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/libaomenc.c b/libavcodec/libaomenc.c
index 4cad053a48..cb31c55825 100644
--- a/libavcodec/libaomenc.c
+++ b/libavcodec/libaomenc.c
@@ -986,6 +986,7 @@ static const AVOption options[] = {
};
static const AVCodecDefault defaults[] = {
+ { "b", "256*1000" },
{ "qmin", "-1" },
{ "qmax", "-1" },
{ "g", "-1" },
More information about the ffmpeg-cvslog
mailing list