CAREFULL --> CAREFUL typo fix
Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
ffmpeg.c
2
ffmpeg.c
@@ -152,7 +152,7 @@ static float p_mask = 0;
|
||||
static int qns = 0;
|
||||
static int do_deinterlace = 0;
|
||||
static int workaround_bugs = FF_BUG_AUTODETECT;
|
||||
static int error_resilience = FF_ER_CAREFULL;
|
||||
static int error_resilience = FF_ER_CAREFUL;
|
||||
static int error_concealment = 3;
|
||||
static int packet_size = 0;
|
||||
static int error_rate = 0;
|
||||
|
Reference in New Issue
Block a user