[Ffmpeg-cvslog] r5503 - trunk/libavcodec/avcodec.h
diego
subversion
Tue Jun 20 12:26:00 CEST 2006
Author: diego
Date: Tue Jun 20 12:26:00 2006
New Revision: 5503
Modified:
trunk/libavcodec/avcodec.h
Log:
Remove unused FFMPEG_VERSION_INT.
Note: If this is useful I'll put it in version.sh/version.h.
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Tue Jun 20 12:26:00 2006
@@ -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
More information about the ffmpeg-cvslog
mailing list