You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavc: add intra only codec flag
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user