Originally committed as revision 3638 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 20 years ago
parent 0f242af274
commit 9297ddd32e
  1. 2
      libavcodec/avcodec.h

@ -1732,7 +1732,7 @@ int avoption_parse(void* strct, const AVOption* list, const char* opts);
typedef struct AVCodec { typedef struct AVCodec {
const char *name; const char *name;
enum CodecType type; enum CodecType type;
int id; enum CodecID id;
int priv_data_size; int priv_data_size;
int (*init)(AVCodecContext *); int (*init)(AVCodecContext *);
int (*encode)(AVCodecContext *, uint8_t *buf, int buf_size, void *data); int (*encode)(AVCodecContext *, uint8_t *buf, int buf_size, void *data);

Loading…
Cancel
Save