Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-06-14 23:10:33 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-06-23 03:38:47 +0400
commit9eae43ddcf7c435eb25914f7a2c1cfae05a6a32a (patch)
treec4021664b00133996efbb85f4b914d3a0d85eb73 /libavcodec/avcodec.h
parent92779658838487489c7f7ac0a2c4087b158fd57d (diff)
lavc: add intra only codec flag
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 b93562e545..d9da2ad2e1 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