diff westwood.c @ 3967:4fd67f05bad9 libavformat

Use enum typers instead of int. Patch by Diego 'Flameeyes' Petten: flameeyes gmail
author benoit
date Thu, 02 Oct 2008 16:03:00 +0000
parents 1d3d17de20ba
children 7d2f3f1b68d8
line wrap: on
line diff
--- a/westwood.c	Thu Oct 02 15:52:04 2008 +0000
+++ b/westwood.c	Thu Oct 02 16:03:00 2008 +0000
@@ -66,7 +66,7 @@
     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;