diff avcodec.h @ 2322:4140f2e78ebc libavcodec

type fix
author michael
date Mon, 25 Oct 2004 15:37:13 +0000
parents f9f257b41ec2
children 1180a04d64c5
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);