summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavformat/rmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index d5cedbb..67230a9 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -63,7 +63,7 @@ static const AVCodecTag rm_codec_tags[] = {
{ CODEC_ID_SIPR, MKTAG('s','i','p','r') },
{ CODEC_ID_AAC, MKTAG('r','a','a','c') },
{ CODEC_ID_AAC, MKTAG('r','a','c','p') },
- { 0 },
+ { CODEC_ID_NONE },
};
static const unsigned char sipr_swaps[38][2] = {
OpenPOWER on IntegriCloud