]> git.sesse.net Git - vlc/commitdiff
* ffmpeg: set bug detection to auto by default.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 18 Nov 2002 02:46:10 +0000 (02:46 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 18 Nov 2002 02:46:10 +0000 (02:46 +0000)
modules/codec/ffmpeg/ffmpeg.c

index 00dbd1e3e5713c72cb2ee497ad910a14cadaaa3d..f9825218c99130e1c73ec9f338d8195f45667d94 100644 (file)
@@ -2,7 +2,7 @@
  * ffmpeg.c: video decoder using ffmpeg library
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: ffmpeg.c,v 1.16 2002/11/17 06:46:55 fenrir Exp $
+ * $Id: ffmpeg.c,v 1.17 2002/11/18 02:46:10 fenrir Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
@@ -105,7 +105,7 @@ vlc_module_begin();
 #if LIBAVCODEC_BUILD >= 4611
     add_integer ( "ffmpeg-error-resilience", -1, NULL, 
                   "error resilience", ERROR_RESILIENCE_LONGTEXT );
-    add_integer ( "ffmpeg-workaround-bugs", 0, NULL, 
+    add_integer ( "ffmpeg-workaround-bugs", 1, NULL, 
                   "workaround bugs", WORAROUND_BUG_LONGTEXT );
 #endif
     add_bool( "ffmpeg-hurry-up", 0, NULL, "hurry up", HURRY_UP_LONGTEXT );