#ifndef FFMPEG_COMPAT_H #define FFMPEG_COMPAT_H #ifdef HAVE_LIBAVCODEC_CONST_AVCODEC #define AVCodec const AVCodec #endif #endif // FFMPEG_COMPAT_H