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
|
|
@ -305,8 +305,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
|||
{ AV_CODEC_ID_R210, MKTAG('r', '2', '1', '0') },
|
||||
{ AV_CODEC_ID_V210, MKTAG('v', '2', '1', '0') },
|
||||
{ AV_CODEC_ID_V210, MKTAG('C', '2', '1', '0') },
|
||||
{ AV_CODEC_ID_V308, MKTAG('v', '3', '0', '8') },
|
||||
#if FF_API_V408_CODECID
|
||||
{ AV_CODEC_ID_V308, MKTAG('v', '3', '0', '8') },
|
||||
{ AV_CODEC_ID_V408, MKTAG('v', '4', '0', '8') },
|
||||
#endif
|
||||
{ AV_CODEC_ID_V410, MKTAG('v', '4', '1', '0') },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue