Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 22:13:44 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 22:15:58 +0300
commit24e3bac52a2b9a32627418c3be3a12d0f01d935a (patch)
tree64be0c243e617386b37367deccf9aa6f4db9dcbd /libavcodec/avcodec.h
parent76cac7ed45fbb67edfb8c296798b6b83466d66f7 (diff)
avcodec: remove deprecated codec id aliases
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 1f40ea69a9..074b2cd22a 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -552,10 +552,6 @@ enum AVCodecID {
AV_CODEC_ID_MPEG4SYSTEMS = 0x20001, /**< _FAKE_ codec to indicate a MPEG-4 Systems
* stream (only used by libavformat) */
AV_CODEC_ID_FFMETADATA = 0x21000, ///< Dummy codec for streams containing only metadata information.
-
-#if FF_API_CODEC_ID
-#include "old_codec_ids.h"
-#endif
};
/**