[vlc-commits] avcodec: use rd instead simple as defaul mb_decision, as it' s default in libav/ffmpeg
Ilkka Ollakka
git at videolan.org
Mon Apr 15 15:49:59 CEST 2013
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon Apr 15 16:38:28 2013 +0300| [8ffbd71ca3e21afa18b72aa43d423603df101e1b] | committer: Ilkka Ollakka
avcodec: use rd instead simple as defaul mb_decision, as it's default in libav/ffmpeg
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8ffbd71ca3e21afa18b72aa43d423603df101e1b
---
modules/codec/avcodec/avcodec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/avcodec/avcodec.c b/modules/codec/avcodec/avcodec.c
index 568e079..b126d7a 100644
--- a/modules/codec/avcodec/avcodec.c
+++ b/modules/codec/avcodec/avcodec.c
@@ -185,7 +185,7 @@ vlc_module_begin ()
add_string( ENC_CFG_PREFIX "codec", NULL, CODEC_TEXT, CODEC_LONGTEXT, true )
- add_string( ENC_CFG_PREFIX "hq", "simple", ENC_HQ_TEXT,
+ add_string( ENC_CFG_PREFIX "hq", "rd", ENC_HQ_TEXT,
ENC_HQ_LONGTEXT, false )
change_string_list( enc_hq_list, enc_hq_list_text )
add_integer( ENC_CFG_PREFIX "keyint", 0, ENC_KEYINT_TEXT,
More information about the vlc-commits
mailing list