Merge commit 'bdd1567c35'
* commit 'bdd1567c35':
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:
commit
e664f48b97
1 changed files with 0 additions and 4 deletions
|
|
@ -499,10 +499,6 @@ enum AVCodecID {
|
|||
#endif
|
||||
};
|
||||
|
||||
#if FF_API_CODEC_ID
|
||||
#define CodecID AVCodecID
|
||||
#endif
|
||||
|
||||
/**
|
||||
* This struct describes the properties of a single codec described by an
|
||||
* AVCodecID.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue