summaryrefslogtreecommitdiff
path: root/libavformat/voc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/voc.c')
-rw-r--r--libavformat/voc.c2
1 files changed, 1 insertions, 1 deletions
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},
};