]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/au.c
Use enum typers instead of int.
[frescor/ffmpeg.git] / libavformat / au.c
index 3dfd31e761489d482e38e360b0313dfc65f8239f..ffb26ed54e1b56e3d8f391c65a32ce2a16c14f3c 100644 (file)
@@ -122,7 +122,8 @@ static int au_read_header(AVFormatContext *s,
     int size;
     unsigned int tag;
     ByteIOContext *pb = s->pb;
-    unsigned int id, codec, channels, rate;
+    unsigned int id, channels, rate;
+    enum CodecID codec;
     AVStream *st;
 
     /* check ".snd" header */