comparison 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
comparison
equal deleted inserted replaced
6896:ee5e57b7639c 6897:cd630017eb83
56 #include "cfgparser.h" 56 #include "cfgparser.h"
57 57
58 static void get_buffer(struct AVCodecContext *avctx, int width, int height, int pict_type); 58 static void get_buffer(struct AVCodecContext *avctx, int width, int height, int pict_type);
59 59
60 static int lavc_param_workaround_bugs=0; 60 static int lavc_param_workaround_bugs=0;
61 static int lavc_param_error_resilience=0; 61 static int lavc_param_error_resilience=-1;
62 static int lavc_param_gray=0; 62 static int lavc_param_gray=0;
63 static int lavc_param_vstats=0; 63 static int lavc_param_vstats=0;
64 64
65 struct config lavc_decode_opts_conf[]={ 65 struct config lavc_decode_opts_conf[]={
66 #if LIBAVCODEC_BUILD >= 4611 66 #if LIBAVCODEC_BUILD >= 4611