Browse Source

lavc: add intra only codec flag

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
9eae43ddcf
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavcodec/avcodec.h

+ 4
- 0
libavcodec/avcodec.h View File

@@ -725,6 +725,10 @@ typedef struct RcOverride{
* Audio encoder supports receiving a different number of samples in each call.
*/
#define CODEC_CAP_VARIABLE_FRAME_SIZE 0x10000
/**
* Codec is intra only.
*/
#define CODEC_CAP_INTRA_ONLY 0x40000000
/**
* Codec is lossless.
*/


Loading…
Cancel
Save