* more strict types

Originally committed as revision 1815 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac
2003-04-23 08:56:14 +00:00
parent e738cee9c4
commit 5d23497493
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -27,4 +27,5 @@ extern const CodecTag codec_bmp_tags[];
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);