comparison avcodec.h @ 3348:3fb4ffd4849c libavcodec

Use Subversion revision for FFMPEG_VERSION. based on a patch by Ismail D«Ónmez ismail$$at$$pardus$$dot$$org$$dot$$tr
author diego
date Tue, 20 Jun 2006 10:24:08 +0000
parents 76620d530d9a
children b8e31c41384a
comparison
equal deleted inserted replaced
3347:82277c821113 3348:3fb4ffd4849c
12 #endif 12 #endif
13 13
14 #include "avutil.h" 14 #include "avutil.h"
15 #include <sys/types.h> /* size_t */ 15 #include <sys/types.h> /* size_t */
16 16
17 //FIXME the following 2 really dont belong in here 17 //FIXME: This really doesn't belong in here..
18 #define FFMPEG_VERSION_INT 0x000409 18 #define FFMPEG_VERSION_INT 0x000409
19 #define FFMPEG_VERSION "HEAD"
20 19
21 #define AV_STRINGIFY(s) AV_TOSTRING(s) 20 #define AV_STRINGIFY(s) AV_TOSTRING(s)
22 #define AV_TOSTRING(s) #s 21 #define AV_TOSTRING(s) #s
23 22
24 #define LIBAVCODEC_VERSION_INT ((51<<16)+(9<<8)+0) 23 #define LIBAVCODEC_VERSION_INT ((51<<16)+(9<<8)+0)