#include <avcodec.h>
Public Attributes | |
| const char * | name |
| enum CodecType | type |
| enum CodecID | id |
| int | priv_data_size |
| int(* | init )(AVCodecContext *) |
| int(* | encode )(AVCodecContext *, uint8_t *buf, int buf_size, void *data) |
| int(* | close )(AVCodecContext *) |
| int(* | decode )(AVCodecContext *, void *outdata, int *outdata_size, uint8_t *buf, int buf_size) |
| int | capabilities |
| struct AVCodec * | next |
| void(* | flush )(AVCodecContext *) |
| const AVRational * | supported_framerates |
Definition at line 1165 of file avcodec.h.
| const char* AVCodec::name |
| enum CodecType AVCodec::type |
| enum CodecID AVCodec::id |
| int(* AVCodec::init)(AVCodecContext *) |
| int(* AVCodec::encode)(AVCodecContext *, uint8_t *buf, int buf_size, void *data) |
| int(* AVCodec::close)(AVCodecContext *) |
| int(* AVCodec::decode)(AVCodecContext *, void *outdata, int *outdata_size, uint8_t *buf, int buf_size) |
struct AVCodec* AVCodec::next [read] |
| void(* AVCodec::flush)(AVCodecContext *) |
1.5.6