Mercurial > libavcodec.hg
comparison avcodec.h @ 2814:48fb350b0ec9 libavcodec
A.B.C versions
| author | michael |
|---|---|
| date | Sun, 31 Jul 2005 10:51:04 +0000 |
| parents | 747f816cee69 |
| children | b128802eb77b |
comparison
equal
deleted
inserted
replaced
| 2813:6fd9dbb8c385 | 2814:48fb350b0ec9 |
|---|---|
| 13 | 13 |
| 14 #include "common.h" | 14 #include "common.h" |
| 15 #include "rational.h" | 15 #include "rational.h" |
| 16 #include <sys/types.h> /* size_t */ | 16 #include <sys/types.h> /* size_t */ |
| 17 | 17 |
| 18 //FIXME the following 2 really dont belong in here | |
| 18 #define FFMPEG_VERSION_INT 0x000409 | 19 #define FFMPEG_VERSION_INT 0x000409 |
| 19 #define FFMPEG_VERSION "CVS" | 20 #define FFMPEG_VERSION "CVS" |
| 20 #define LIBAVCODEC_BUILD 4759 | |
| 21 | |
| 22 | |
| 23 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT | |
| 24 #define LIBAVCODEC_VERSION FFMPEG_VERSION | |
| 25 | 21 |
| 26 #define AV_STRINGIFY(s) AV_TOSTRING(s) | 22 #define AV_STRINGIFY(s) AV_TOSTRING(s) |
| 27 #define AV_TOSTRING(s) #s | 23 #define AV_TOSTRING(s) #s |
| 28 #define LIBAVCODEC_IDENT "FFmpeg" LIBAVCODEC_VERSION "b" AV_STRINGIFY(LIBAVCODEC_BUILD) | 24 |
| 25 #define LIBAVCODEC_VERSION_INT ((49<<16)+(0<<8)+0) | |
| 26 #define LIBAVCODEC_VERSION 49.0.0 | |
| 27 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT | |
| 28 | |
| 29 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) | |
| 29 | 30 |
| 30 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000) | 31 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000) |
| 31 #define AV_TIME_BASE 1000000 | 32 #define AV_TIME_BASE 1000000 |
| 32 #define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE} | 33 #define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE} |
| 33 | 34 |
