mirror of https://github.com/mpv-player/mpv
ver=-1 as default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6898 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
561e93faa6
commit
e31043bcb9
|
@ -58,7 +58,7 @@ typedef struct {
|
||||||
static void get_buffer(struct AVCodecContext *avctx, int width, int height, int pict_type);
|
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_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_gray=0;
|
||||||
static int lavc_param_vstats=0;
|
static int lavc_param_vstats=0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue