comparison avcodec.h @ 3345:76620d530d9a libavcodec

Rename version from CVS to the more sensible HEAD.
author diego
date Sat, 17 Jun 2006 09:27:36 +0000
parents 13829fcefa81
children 3fb4ffd4849c
comparison
equal deleted inserted replaced
3344:f9d739057d6c 3345:76620d530d9a
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 the following 2 really dont belong in here
18 #define FFMPEG_VERSION_INT 0x000409 18 #define FFMPEG_VERSION_INT 0x000409
19 #define FFMPEG_VERSION "CVS" 19 #define FFMPEG_VERSION "HEAD"
20 20
21 #define AV_STRINGIFY(s) AV_TOSTRING(s) 21 #define AV_STRINGIFY(s) AV_TOSTRING(s)
22 #define AV_TOSTRING(s) #s 22 #define AV_TOSTRING(s) #s
23 23
24 #define LIBAVCODEC_VERSION_INT ((51<<16)+(9<<8)+0) 24 #define LIBAVCODEC_VERSION_INT ((51<<16)+(9<<8)+0)