Searched refs:ERR_INTERNAL (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ | ||
H A D | avcodec.c | 32 #define ERR_INTERNAL(msg, ...) \ macro 37 #define ERR(msg) ERR_INTERNAL(msg, ) 38 #define ERR_EXT(msg, ...) ERR_INTERNAL(msg, , __VA_ARGS__) |
Completed in 1 milliseconds