Browse Source

Document AVCodec.capabilities.

Originally committed as revision 12538 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
a2d1124605
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavcodec/avcodec.h

+ 4
- 0
libavcodec/avcodec.h View File

@@ -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…
Cancel
Save