]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/westwood.c
Make sure strcasecmp() is declared.
[ffmpeg] / libavformat / westwood.c
index 600863e8377c9012535ce6b6fd99934476e123c6..d88199d6902e8bd1a3e225ef72e8e929f9b9d26e 100644 (file)
@@ -66,7 +66,7 @@ typedef struct WsAudDemuxContext {
     int audio_samplerate;
     int audio_channels;
     int audio_bits;
-    int audio_type;
+    enum CodecID audio_type;
     int audio_stream_index;
     int64_t audio_frame_counter;
 } WsAudDemuxContext;