lavc: add intra only codec flag

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-06-14 21:10:33 +02:00
parent 9277965883
commit 9eae43ddcf
1 changed files with 4 additions and 0 deletions

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.
*/