Mercurial > libavcodec.hg
comparison avcodec.h @ 2091:02a4fd7c606c libavcodec
flush audio encoder buffers at the end
fix vorbis in nut again
| author | michael |
|---|---|
| date | Tue, 22 Jun 2004 21:14:01 +0000 |
| parents | 3dc9bbe1b152 |
| children | 5ab35105671a |
comparison
equal
deleted
inserted
replaced
| 2090:869805505b30 | 2091:02a4fd7c606c |
|---|---|
| 292 used */ | 292 used */ |
| 293 #define CODEC_CAP_PARSE_ONLY 0x0004 | 293 #define CODEC_CAP_PARSE_ONLY 0x0004 |
| 294 #define CODEC_CAP_TRUNCATED 0x0008 | 294 #define CODEC_CAP_TRUNCATED 0x0008 |
| 295 /* codec can export data for HW decoding (XvMC) */ | 295 /* codec can export data for HW decoding (XvMC) */ |
| 296 #define CODEC_CAP_HWACCEL 0x0010 | 296 #define CODEC_CAP_HWACCEL 0x0010 |
| 297 /** codec has a non zero delay and needs to be feeded with NULL at the end to get the delayed data */ | |
| 298 #define CODEC_CAP_DELAY 0x0020 | |
| 297 | 299 |
| 298 //the following defines might change, so dont expect compatibility if u use them | 300 //the following defines might change, so dont expect compatibility if u use them |
| 299 #define MB_TYPE_INTRA4x4 0x0001 | 301 #define MB_TYPE_INTRA4x4 0x0001 |
| 300 #define MB_TYPE_INTRA16x16 0x0002 //FIXME h264 specific | 302 #define MB_TYPE_INTRA16x16 0x0002 //FIXME h264 specific |
| 301 #define MB_TYPE_INTRA_PCM 0x0004 //FIXME h264 specific | 303 #define MB_TYPE_INTRA_PCM 0x0004 //FIXME h264 specific |
