Remove unused FFMPEG_VERSION_INT.
authorDiego Biurrun <diego@biurrun.de>
Tue, 20 Jun 2006 10:26:00 +0000 (10:26 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 20 Jun 2006 10:26:00 +0000 (10:26 +0000)
Note: If this is useful I'll put it in version.sh/version.h.

Originally committed as revision 5503 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index 52283aa..a879419 100644 (file)
@@ -14,9 +14,6 @@ extern "C" {
 #include "avutil.h"
 #include <sys/types.h> /* 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