mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavc: add intra only codec flag
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9277965883
commit
9eae43ddcf
@ -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…
Reference in New Issue
Block a user