mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 05:00:37 +00:00
error_resilience = FF_ER_CAREFULL
Originally committed as revision 4433 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
02fb0d7c72
commit
b7b84107b5
2
ffmpeg.c
2
ffmpeg.c
@ -179,7 +179,7 @@ static int do_deinterlace = 0;
|
||||
static int do_interlace_dct = 0;
|
||||
static int do_interlace_me = 0;
|
||||
static int workaround_bugs = FF_BUG_AUTODETECT;
|
||||
static int error_resilience = 2;
|
||||
static int error_resilience = FF_ER_CAREFULL;
|
||||
static int error_concealment = 3;
|
||||
static int dct_algo = 0;
|
||||
static int idct_algo = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user