From bc2d2a07d5bf1b6d13b16e106413c7e62979dcc1 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 16 Oct 2009 14:46:06 +0000 Subject: Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. Originally committed as revision 20250 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/voc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/voc.c') diff --git a/libavformat/voc.c b/libavformat/voc.c index 7ebfa711c9..eed8db8cc7 100644 --- a/libavformat/voc.c +++ b/libavformat/voc.c @@ -32,5 +32,5 @@ const AVCodecTag ff_voc_codec_tags[] = { {CODEC_ID_PCM_ALAW, 0x06}, {CODEC_ID_PCM_MULAW, 0x07}, {CODEC_ID_ADPCM_CT, 0x0200}, - {0, 0}, + {CODEC_ID_NONE, 0}, }; -- cgit v1.2.3