diff avcodec.h @ 3349:b8e31c41384a libavcodec

Remove unused FFMPEG_VERSION_INT. Note: If this is useful I'll put it in version.sh/version.h.
author diego
date Tue, 20 Jun 2006 10:26:00 +0000
parents 3fb4ffd4849c
children 608659b58523
line wrap: on
line diff
--- a/avcodec.h	Tue Jun 20 10:24:08 2006 +0000
+++ b/avcodec.h	Tue Jun 20 10:26:00 2006 +0000
@@ -14,9 +14,6 @@
 #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