mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFER
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
204e6132d2
commit
6b1f93face
@ -2910,10 +2910,10 @@ typedef struct AVCodecContext {
|
||||
* - decoding: Set by user.
|
||||
*/
|
||||
int err_recognition;
|
||||
#define AV_ER_CRCCHECK (1<<0)
|
||||
#define AV_ER_BITSTREAM (1<<1)
|
||||
#define AV_ER_AGGRESSIVE (1<<2)
|
||||
#define AV_ER_EXPLODE (1<<3)
|
||||
#define AV_EF_CRCCHECK (1<<0)
|
||||
#define AV_EF_BITSTREAM (1<<1)
|
||||
#define AV_EF_BUFFER (1<<2)
|
||||
#define AV_EF_EXPLODE (1<<3)
|
||||
} AVCodecContext;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user