# HG changeset patch # User kabi # Date 1051088174 0 # Node ID fbbc429a6fc2f5c2d6584af7815acb591fb72edb # Parent 126f766bc4c59d90cc6a6fe17b0ed1e72bfaec21 * more strict types diff -r 126f766bc4c5 -r fbbc429a6fc2 avcodec.h --- a/avcodec.h Tue Apr 22 13:55:12 2003 +0000 +++ b/avcodec.h Wed Apr 23 08:56:14 2003 +0000 @@ -1141,7 +1141,7 @@ */ typedef struct AVCodec { const char *name; - int type; + enum CodecType type; int id; int priv_data_size; int (*init)(AVCodecContext *);