Commit 9eae43dd authored by Michael Niedermayer's avatar Michael Niedermayer

lavc: add intra only codec flag

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 92779658
...@@ -725,6 +725,10 @@ typedef struct RcOverride{ ...@@ -725,6 +725,10 @@ typedef struct RcOverride{
* Audio encoder supports receiving a different number of samples in each call. * Audio encoder supports receiving a different number of samples in each call.
*/ */
#define CODEC_CAP_VARIABLE_FRAME_SIZE 0x10000 #define CODEC_CAP_VARIABLE_FRAME_SIZE 0x10000
/**
* Codec is intra only.
*/
#define CODEC_CAP_INTRA_ONLY 0x40000000
/** /**
* Codec is lossless. * Codec is lossless.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment