changeset 1212:fbbc429a6fc2 libavcodec

* more strict types
author kabi
date Wed, 23 Apr 2003 08:56:14 +0000
parents 126f766bc4c5
children a71fe70b428b
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 *);