Browse Source

libavcodec: add CODEC_CAP_LOSSLESS

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Michael Niedermayer 14 years ago
parent
commit
34dc7aa82b
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavcodec/avcodec.h

+ 4
- 0
libavcodec/avcodec.h View File

@@ -688,6 +688,10 @@ typedef struct RcOverride{
* Codec supports slice-based (or partition-based) multithreading.
*/
#define CODEC_CAP_SLICE_THREADS 0x2000
/**
* Codec is lossless.
*/
#define CODEC_CAP_LOSSLESS 0x80000000

//The following defines may change, don't expect compatibility if you use them.
#define MB_TYPE_INTRA4x4 0x0001


Loading…
Cancel
Save