---
libavcodec/avcodec.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 750a208..71bac43 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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)
--
1.7.2.5
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel