Commit a2d11246 authored by Michael Niedermayer's avatar Michael Niedermayer

Document AVCodec.capabilities.

Originally committed as revision 12538 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 67e21020
......@@ -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 *);
......
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