[FFmpeg-cvslog] lavc: add intra only codec flag
Michael Niedermayer
git at videolan.org
Sat Jun 23 01:39:28 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jun 14 21:10:33 2012 +0200| [9eae43ddcf7c435eb25914f7a2c1cfae05a6a32a] | committer: Michael Niedermayer
lavc: add intra only codec flag
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9eae43ddcf7c435eb25914f7a2c1cfae05a6a32a
---
libavcodec/avcodec.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index b93562e..d9da2ad 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -726,6 +726,10 @@ typedef struct RcOverride{
*/
#define CODEC_CAP_VARIABLE_FRAME_SIZE 0x10000
/**
+ * Codec is intra only.
+ */
+#define CODEC_CAP_INTRA_ONLY 0x40000000
+/**
* Codec is lossless.
*/
#define CODEC_CAP_LOSSLESS 0x80000000
More information about the ffmpeg-cvslog
mailing list