You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
sws/pixfmt/pixdesc: add support for yuv420p9le/be.
This commit is contained in:
@@ -129,6 +129,8 @@ const static FormatEntry format_entries[PIX_FMT_NB] = {
|
||||
[PIX_FMT_YUV420P9LE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV420P10BE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV420P10LE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV422P9BE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV422P9LE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV422P10BE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV422P10LE] = { 1 , 1 },
|
||||
[PIX_FMT_YUV444P9BE] = { 1 , 1 },
|
||||
|
||||
Reference in New Issue
Block a user