#define __STDC_CONSTANT_MACROS // to fix #include <stdint.h> issue
extern "C" {
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
}
Прочитав stdint.h и связанную с ним тему в Интернете, нашел решение, которое мне подходит:
#define __STDC_CONSTANT_MACROS