Go to the documentation of this file.
20 #ifndef AVCODEC_ERROR_RESILIENCE_H
21 #define AVCODEC_ERROR_RESILIENCE_H
37 #define ER_MB_ERROR (ER_AC_ERROR|ER_DC_ERROR|ER_MV_ERROR)
38 #define ER_MB_END (ER_AC_END|ER_DC_END|ER_MV_END)
70 int mb_x,
int mb_y,
int mb_intra,
int mb_skipped);