Mercurial > libavcodec.hg
comparison avcodec.h @ 10083:8071f8b68d05 libavcodec
Add Bluray Subtitle Support
Patch by Stephen Backway, stev391 A exemail D com D au
| author | cehoyos |
|---|---|
| date | Tue, 25 Aug 2009 08:47:39 +0000 |
| parents | 9bdf9fe9018c |
| children | 27eef2ead6ab |
comparison
equal
deleted
inserted
replaced
| 10082:9f4b529bd5c0 | 10083:8071f8b68d05 |
|---|---|
| 28 | 28 |
| 29 #include <errno.h> | 29 #include <errno.h> |
| 30 #include "libavutil/avutil.h" | 30 #include "libavutil/avutil.h" |
| 31 | 31 |
| 32 #define LIBAVCODEC_VERSION_MAJOR 52 | 32 #define LIBAVCODEC_VERSION_MAJOR 52 |
| 33 #define LIBAVCODEC_VERSION_MINOR 32 | 33 #define LIBAVCODEC_VERSION_MINOR 33 |
| 34 #define LIBAVCODEC_VERSION_MICRO 0 | 34 #define LIBAVCODEC_VERSION_MICRO 0 |
| 35 | 35 |
| 36 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ | 36 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |
| 37 LIBAVCODEC_VERSION_MINOR, \ | 37 LIBAVCODEC_VERSION_MINOR, \ |
| 38 LIBAVCODEC_VERSION_MICRO) | 38 LIBAVCODEC_VERSION_MICRO) |
| 325 CODEC_ID_DVB_SUBTITLE, | 325 CODEC_ID_DVB_SUBTITLE, |
| 326 CODEC_ID_TEXT, ///< raw UTF-8 text | 326 CODEC_ID_TEXT, ///< raw UTF-8 text |
| 327 CODEC_ID_XSUB, | 327 CODEC_ID_XSUB, |
| 328 CODEC_ID_SSA, | 328 CODEC_ID_SSA, |
| 329 CODEC_ID_MOV_TEXT, | 329 CODEC_ID_MOV_TEXT, |
| 330 CODEC_ID_HDMV_PGS_SUBTITLE, | |
| 330 | 331 |
| 331 /* other specific kind of codecs (generally used for attachments) */ | 332 /* other specific kind of codecs (generally used for attachments) */ |
| 332 CODEC_ID_TTF= 0x18000, | 333 CODEC_ID_TTF= 0x18000, |
| 333 | 334 |
| 334 CODEC_ID_PROBE= 0x19000, ///< codec_id is not known (like CODEC_ID_NONE) but lavf should attempt to identify it | 335 CODEC_ID_PROBE= 0x19000, ///< codec_id is not known (like CODEC_ID_NONE) but lavf should attempt to identify it |
