Mercurial > libavcodec.hg
comparison avcodec.h @ 2325:1180a04d64c5 libavcodec
Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov
| author | melanson |
|---|---|
| date | Wed, 27 Oct 2004 04:30:48 +0000 |
| parents | 4140f2e78ebc |
| children | 5e5cf598a48b |
comparison
equal
deleted
inserted
replaced
| 2324:ba91c976c7aa | 2325:1180a04d64c5 |
|---|---|
| 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 #define FFMPEG_VERSION_INT 0x000409 | 18 #define FFMPEG_VERSION_INT 0x000409 |
| 19 #define FFMPEG_VERSION "0.4.9-pre1" | 19 #define FFMPEG_VERSION "0.4.9-pre1" |
| 20 #define LIBAVCODEC_BUILD 4727 | 20 #define LIBAVCODEC_BUILD 4728 |
| 21 | 21 |
| 22 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT | 22 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT |
| 23 #define LIBAVCODEC_VERSION FFMPEG_VERSION | 23 #define LIBAVCODEC_VERSION FFMPEG_VERSION |
| 24 | 24 |
| 25 #define AV_STRINGIFY(s) AV_TOSTRING(s) | 25 #define AV_STRINGIFY(s) AV_TOSTRING(s) |
| 102 CODEC_ID_QTRLE, | 102 CODEC_ID_QTRLE, |
| 103 CODEC_ID_SNOW, | 103 CODEC_ID_SNOW, |
| 104 CODEC_ID_TSCC, | 104 CODEC_ID_TSCC, |
| 105 CODEC_ID_ULTI, | 105 CODEC_ID_ULTI, |
| 106 CODEC_ID_QDRAW, | 106 CODEC_ID_QDRAW, |
| 107 CODEC_ID_VIXL, | |
| 107 | 108 |
| 108 /* various pcm "codecs" */ | 109 /* various pcm "codecs" */ |
| 109 CODEC_ID_PCM_S16LE, | 110 CODEC_ID_PCM_S16LE, |
| 110 CODEC_ID_PCM_S16BE, | 111 CODEC_ID_PCM_S16BE, |
| 111 CODEC_ID_PCM_U16LE, | 112 CODEC_ID_PCM_U16LE, |
| 1888 extern AVCodec qtrle_decoder; | 1889 extern AVCodec qtrle_decoder; |
| 1889 extern AVCodec flac_decoder; | 1890 extern AVCodec flac_decoder; |
| 1890 extern AVCodec tscc_decoder; | 1891 extern AVCodec tscc_decoder; |
| 1891 extern AVCodec ulti_decoder; | 1892 extern AVCodec ulti_decoder; |
| 1892 extern AVCodec qdraw_decoder; | 1893 extern AVCodec qdraw_decoder; |
| 1894 extern AVCodec xl_decoder; | |
| 1893 | 1895 |
| 1894 /* pcm codecs */ | 1896 /* pcm codecs */ |
| 1895 #define PCM_CODEC(id, name) \ | 1897 #define PCM_CODEC(id, name) \ |
| 1896 extern AVCodec name ## _decoder; \ | 1898 extern AVCodec name ## _decoder; \ |
| 1897 extern AVCodec name ## _encoder | 1899 extern AVCodec name ## _encoder |
