summaryrefslogtreecommitdiff
path: root/libavformat/swf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r--libavformat/swf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h
index 69064a281c..affebe9c73 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -81,7 +81,7 @@ typedef struct {
static const AVCodecTag swf_codec_tags[] = {
{CODEC_ID_FLV1, 0x02},
{CODEC_ID_VP6F, 0x04},
- {0, 0},
+ {CODEC_ID_NONE, 0},
};
static const AVCodecTag swf_audio_codec_tags[] = {
@@ -90,7 +90,7 @@ static const AVCodecTag swf_audio_codec_tags[] = {
{CODEC_ID_MP3, 0x02},
{CODEC_ID_PCM_S16LE, 0x03},
//{CODEC_ID_NELLYMOSER, 0x06},
- {0, 0},
+ {CODEC_ID_NONE, 0},
};
#endif /* AVFORMAT_SWF_H */