summaryrefslogtreecommitdiff
path: root/libavcodec/old_codec_ids.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/old_codec_ids.h')
-rw-r--r--libavcodec/old_codec_ids.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libavcodec/old_codec_ids.h b/libavcodec/old_codec_ids.h
index 25b3610981..c0ac95101f 100644
--- a/libavcodec/old_codec_ids.h
+++ b/libavcodec/old_codec_ids.h
@@ -19,7 +19,6 @@
#ifndef AVCODEC_OLD_CODEC_IDS_H
#define AVCODEC_OLD_CODEC_IDS_H
-#include "libavutil/attributes.h"
#include "libavutil/common.h"
/*
@@ -30,8 +29,7 @@
* Do not add new items to this list. Use the AVCodecID enum instead.
*/
-enum CodecID {
- CODEC_ID_NONE,
+ CODEC_ID_NONE = AV_CODEC_ID_NONE,
/* video codecs */
CODEC_ID_MPEG1VIDEO,
@@ -395,6 +393,5 @@ enum CodecID {
CODEC_ID_MPEG4SYSTEMS = 0x20001, /**< _FAKE_ codec to indicate a MPEG-4 Systems
* stream (only used by libavformat) */
CODEC_ID_FFMETADATA = 0x21000, ///< Dummy codec for streams containing only metadata information.
-} attribute_deprecated;
#endif /* AVCODEC_OLD_CODEC_IDS_H */