#ifndef HEADER_GUARD_FFMPEG_HEADERS_H #define HEADER_GUARD_FFMPEG_HEADERS_H extern "C" { #define __STDC_CONSTANT_MACROS #ifdef WIN32 #include // for error codes defined in avformat.h #endif #include #include #include #include #ifdef USE_SWSCALE #include #endif } #endif // HEADER_GUARD_FFMPEG_HEADERS_H