From fb65d2ca84d79fb1c5a5708555c23e1d289b5c92 Mon Sep 17 00:00:00 2001 From: Diego Pettenò Date: Thu, 2 Oct 2008 16:03:00 +0000 Subject: Use enum typers instead of int. Patch by Diego 'Flameeyes' Pettenò: flameeyes gmail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 15517 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice') diff --git a/libavdevice/audio.c b/libavdevice/audio.c index 1cb3d69409..8520a5f3ea 100644 --- a/libavdevice/audio.c +++ b/libavdevice/audio.c @@ -46,7 +46,7 @@ typedef struct { int sample_rate; int channels; int frame_size; /* in bytes ! */ - int codec_id; + enum CodecID codec_id; unsigned int flip_left : 1; uint8_t buffer[AUDIO_BLOCK_SIZE]; int buffer_ptr; -- cgit v1.2.3