OSDN Git Service

lavc: add intra only codec flag
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 14 Jun 2012 19:10:33 +0000 (21:10 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 22 Jun 2012 23:38:47 +0000 (01:38 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/avcodec.h

index b93562e..d9da2ad 100644 (file)
@@ -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