avcodec: deprecate v410 de/encoder

The V30X 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:
James Almer
2024-10-07 14:17:12 -03:00
parent 3c64d614c7
commit 02306cbfee
8 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -350,9 +350,9 @@ extern const FFCodec ff_v308_encoder;
extern const FFCodec ff_v308_decoder;
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;
#endif
extern const FFCodec ff_vb_decoder;
extern const FFCodec ff_vbn_encoder;
extern const FFCodec ff_vbn_decoder;