mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 04:15:05 +00:00
Document AVCodec.capabilities.
Originally committed as revision 12538 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
67e2102042
commit
a2d1124605
@ -2217,6 +2217,10 @@ typedef struct AVCodec {
|
||||
int (*close)(AVCodecContext *);
|
||||
int (*decode)(AVCodecContext *, void *outdata, int *outdata_size,
|
||||
const uint8_t *buf, int buf_size);
|
||||
/**
|
||||
* Codec capabilities.
|
||||
* see CODEC_CAP_*
|
||||
*/
|
||||
int capabilities;
|
||||
struct AVCodec *next;
|
||||
void (*flush)(AVCodecContext *);
|
||||
|
Loading…
Reference in New Issue
Block a user