[FFmpeg-cvslog] libavcodec: add CODEC_CAP_LOSSLESS
Michael Niedermayer
git at videolan.org
Sun Jun 19 03:58:24 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jun 18 21:53:20 2011 +0200| [34dc7aa82b3dcd95048b89a59730fbadf3ab3175] | committer: Michael Niedermayer
libavcodec: add CODEC_CAP_LOSSLESS
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=34dc7aa82b3dcd95048b89a59730fbadf3ab3175
---
libavcodec/avcodec.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index ef539a2..90c389b 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
More information about the ffmpeg-cvslog
mailing list