Commit e664f48b authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'bdd1567c'

* commit 'bdd1567c':
  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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents aeac1dae bdd1567c
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment