diff options
Diffstat (limited to 'libavformat/aiff.h')
-rw-r--r-- | libavformat/aiff.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |