diff avi.h @ 120:c720ddf380df libavformat

* more strict types
author kabi
date Wed, 23 Apr 2003 08:56:14 +0000
parents 602546f3cbea
children 013a7a0f2a1f
line wrap: on
line diff
--- a/avi.h	Wed Apr 23 02:04:40 2003 +0000
+++ b/avi.h	Wed Apr 23 08:56:14 2003 +0000
@@ -27,4 +27,5 @@
 extern const CodecTag codec_wav_tags[];
 
 unsigned int codec_get_tag(const CodecTag *tags, int id);
-int codec_get_id(const CodecTag *tags, unsigned int tag);
+enum CodecID;
+enum CodecID codec_get_id(const CodecTag *tags, unsigned int tag);