mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: remove deprecated FF_API_AYUV_CODECID
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
c947731275
commit
9ee59b63f5
6 changed files with 8 additions and 81 deletions
|
|
@ -61,10 +61,6 @@ extern const FFCodec ff_avrn_decoder;
|
|||
extern const FFCodec ff_avs_decoder;
|
||||
extern const FFCodec ff_avui_encoder;
|
||||
extern const FFCodec ff_avui_decoder;
|
||||
#if FF_API_AYUV_CODECID
|
||||
extern const FFCodec ff_ayuv_encoder;
|
||||
extern const FFCodec ff_ayuv_decoder;
|
||||
#endif
|
||||
extern const FFCodec ff_bethsoftvid_decoder;
|
||||
extern const FFCodec ff_bfi_decoder;
|
||||
extern const FFCodec ff_bink_decoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue