From 80454494dea444a4de8950fb1f8f76c30a9f34b2 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 8 Nov 2009 23:46:32 +0000 Subject: Use CODEC_ID_NONE instead of 0 for enum CodecID. Originally committed as revision 20481 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/aiff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/aiff.h') diff --git a/libavformat/aiff.h b/libavformat/aiff.h index 5f86a378e9..e8d4cce5e2 100644 --- a/libavformat/aiff.h +++ b/libavformat/aiff.h @@ -46,7 +46,7 @@ static const AVCodecTag ff_codec_aiff_tags[] = { { CODEC_ID_PCM_S16LE, MKTAG('s','o','w','t') }, { CODEC_ID_ADPCM_IMA_QT, MKTAG('i','m','a','4') }, { CODEC_ID_QDM2, MKTAG('Q','D','M','2') }, - { 0, 0 }, + { CODEC_ID_NONE, 0 }, }; #endif /* AVFORMAT_AIFF_H */ -- cgit v1.2.3