aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-06-18 21:53:20 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-06-19 03:54:15 +0200
commit34dc7aa82b3dcd95048b89a59730fbadf3ab3175 (patch)
tree82ae8671008b09a485ce93ab568e7b50442ac553 /libavcodec/avcodec.h
parentbde8055963ff3831091bf58a7b866e9eaaf7b3f5 (diff)
downloadffmpeg-34dc7aa82b3dcd95048b89a59730fbadf3ab3175.tar.gz
libavcodec: add CODEC_CAP_LOSSLESS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index ef539a2a36..90c389b8c5 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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