diff libmpcodecs/vd_ffmpeg.c @ 6897:cd630017eb83

ver=-1 as default
author michael
date Sun, 04 Aug 2002 16:27:52 +0000
parents 255b150a75a5
children 8eff71f38685
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Sun Aug 04 16:06:24 2002 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Sun Aug 04 16:27:52 2002 +0000
@@ -58,7 +58,7 @@
 static void get_buffer(struct AVCodecContext *avctx, int width, int height, int pict_type);
 
 static int lavc_param_workaround_bugs=0;
-static int lavc_param_error_resilience=0;
+static int lavc_param_error_resilience=-1;
 static int lavc_param_gray=0;
 static int lavc_param_vstats=0;