mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
libavcodec: add CODEC_CAP_LOSSLESS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bde8055963
commit
34dc7aa82b
@ -688,6 +688,10 @@ typedef struct RcOverride{
|
|||||||
* Codec supports slice-based (or partition-based) multithreading.
|
* Codec supports slice-based (or partition-based) multithreading.
|
||||||
*/
|
*/
|
||||||
#define CODEC_CAP_SLICE_THREADS 0x2000
|
#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.
|
//The following defines may change, don't expect compatibility if you use them.
|
||||||
#define MB_TYPE_INTRA4x4 0x0001
|
#define MB_TYPE_INTRA4x4 0x0001
|
||||||
|
Loading…
Reference in New Issue
Block a user