mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 19:22:02 +08:00
lavc: remove disabled FF_API_CODEC_ID cruft
This commit is contained in:
@@ -437,16 +437,8 @@ 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
|
||||
};
|
||||
|
||||
#if FF_API_CODEC_ID
|
||||
#define CodecID AVCodecID
|
||||
#endif
|
||||
|
||||
/**
|
||||
* This struct describes the properties of a single codec described by an
|
||||
* AVCodecID.
|
||||
|
||||
Reference in New Issue
Block a user