ver=-1 as default

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6898 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-08-04 16:27:52 +00:00
parent 561e93faa6
commit e31043bcb9
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ typedef struct {
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;