Mercurial > libavcodec.hg
changeset 2322:4140f2e78ebc libavcodec
type fix
author | michael |
---|---|
date | Mon, 25 Oct 2004 15:37:13 +0000 |
parents | a9f79085b01d |
children | 1c39d9786efd |
files | avcodec.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Mon Oct 25 15:27:56 2004 +0000 +++ b/avcodec.h Mon Oct 25 15:37:13 2004 +0000 @@ -1732,7 +1732,7 @@ typedef struct AVCodec { const char *name; enum CodecType type; - int id; + enum CodecID id; int priv_data_size; int (*init)(AVCodecContext *); int (*encode)(AVCodecContext *, uint8_t *buf, int buf_size, void *data);