mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
lavc: replace API-bump-triggered AVCodecContext field change with shorter, non-conflicting name
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
075d6439f1
commit
204e6132d2
@ -2909,11 +2909,7 @@ typedef struct AVCodecContext {
|
||||
* - encoding: unused
|
||||
* - decoding: Set by user.
|
||||
*/
|
||||
#if FF_API_ER
|
||||
int error_recognition2;
|
||||
#else
|
||||
int error_recognition;
|
||||
#endif /* FF_API_ER */
|
||||
int err_recognition;
|
||||
#define AV_ER_CRCCHECK (1<<0)
|
||||
#define AV_ER_BITSTREAM (1<<1)
|
||||
#define AV_ER_AGGRESSIVE (1<<2)
|
||||
|
Loading…
Reference in New Issue
Block a user