diff avcodec.h @ 1212:fbbc429a6fc2 libavcodec

* more strict types
author kabi
date Wed, 23 Apr 2003 08:56:14 +0000
parents ede882dd601f
children 327c5a36dfe7
line wrap: on
line diff
--- 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 *);