You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit 'bdd1567c355a8092e7746ef99e831d579e34fa6a'
* commit 'bdd1567c355a8092e7746ef99e831d579e34fa6a': lavc: remove disabled FF_API_CODEC_ID cruft Conflicts: libavcodec/old_codec_ids.h libavcodec/version.h Only the #define is removed The CODEC_IDs itself are left until theres some reason to remove them. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -499,10 +499,6 @@ enum AVCodecID {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#if FF_API_CODEC_ID
|
|
||||||
#define CodecID AVCodecID
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This struct describes the properties of a single codec described by an
|
* This struct describes the properties of a single codec described by an
|
||||||
* AVCodecID.
|
* AVCodecID.
|
||||||
|
Reference in New Issue
Block a user