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/riff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/riff.c') diff --git a/libavformat/riff.c b/libavformat/riff.c index c5506d9b8b..b6feb13353 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -271,7 +271,7 @@ const AVCodecTag ff_codec_wav_tags[] = { { CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') }, { CODEC_ID_MP3, MKTAG('L', 'A', 'M', 'E') }, { CODEC_ID_MP3, MKTAG('M', 'P', '3', ' ') }, - { 0, 0 }, + { CODEC_ID_NONE, 0 }, }; #if CONFIG_MUXERS -- cgit v1.2.3