diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 52283aa34b..a879419e7c 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -14,9 +14,6 @@ extern "C" { #include "avutil.h" #include /* size_t */ -//FIXME: This really doesn't belong in here.. -#define FFMPEG_VERSION_INT 0x000409 - #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s