[vlc-commits] codec: avcodec: default to show-corrupted
Francois Cartegnie
git at videolan.org
Wed Jan 3 12:30:22 CET 2018
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Jan 3 12:24:49 2018 +0100| [cb65a8a4e979d81b3f3363f855d056ae760e0401] | committer: Francois Cartegnie
codec: avcodec: default to show-corrupted
as with 2.2,
since we still have broken frame dropping for the worse.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb65a8a4e979d81b3f3363f855d056ae760e0401
---
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 14c5258f79..ddc5ab562a 100644
--- a/modules/codec/avcodec/avcodec.c
+++ b/modules/codec/avcodec/avcodec.c
@@ -97,7 +97,7 @@ vlc_module_begin ()
add_obsolete_bool( "ffmpeg-dr" ) /* removed since 2.1.0 */
add_bool( "avcodec-dr", true, DR_TEXT, DR_TEXT, true )
- add_bool( "avcodec-corrupted", false, CORRUPTED_TEXT, CORRUPTED_LONGTEXT, false )
+ add_bool( "avcodec-corrupted", true, CORRUPTED_TEXT, CORRUPTED_LONGTEXT, false )
add_obsolete_integer ( "ffmpeg-error-resilience" ) /* removed since 2.1.0 */
add_integer ( "avcodec-error-resilience", 1, ERROR_TEXT,
ERROR_LONGTEXT, true )
More information about the vlc-commits
mailing list