mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: deprecate v308 de/encoder
The vyu444 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:
parent
e2427a4223
commit
3c64d614c7
8 changed files with 10 additions and 6 deletions
|
|
@ -345,9 +345,9 @@ extern const FFCodec ff_utvideo_decoder;
|
|||
extern const FFCodec ff_v210_encoder;
|
||||
extern const FFCodec ff_v210_decoder;
|
||||
extern const FFCodec ff_v210x_decoder;
|
||||
#if FF_API_V408_CODECID
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue