mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
avcodec: deprecate v408 de/encoder
The uyva 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:
@@ -347,8 +347,10 @@ extern const FFCodec ff_v210_decoder;
|
||||
extern const FFCodec ff_v210x_decoder;
|
||||
extern const FFCodec ff_v308_encoder;
|
||||
extern const FFCodec ff_v308_decoder;
|
||||
#if FF_API_V408_CODECID
|
||||
extern const FFCodec ff_v408_encoder;
|
||||
extern const FFCodec ff_v408_decoder;
|
||||
#endif
|
||||
extern const FFCodec ff_v410_encoder;
|
||||
extern const FFCodec ff_v410_decoder;
|
||||
extern const FFCodec ff_vb_decoder;
|
||||
|
||||
Reference in New Issue
Block a user