mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
The vuya pixel format was recently added, so this lavc workaround is no longer
needed. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -61,8 +61,10 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user