changeset 6897:cd630017eb83

ver=-1 as default
author michael
date Sun, 04 Aug 2002 16:27:52 +0000
parents ee5e57b7639c
children 138a7ff52a26
files libmpcodecs/vd_ffmpeg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;