mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
kmsgrab: Remove multiple-plane formats
The planes are unlikely to be contiguous, assuming they are results in very broken output. (Tested with NV12/NV16 on Rockchip.)
This commit is contained in:
parent
22afa87a8e
commit
9f9625ea80
@ -221,10 +221,6 @@ static const struct {
|
||||
{ AV_PIX_FMT_YUYV422, DRM_FORMAT_YUYV },
|
||||
{ AV_PIX_FMT_YVYU422, DRM_FORMAT_YVYU },
|
||||
{ AV_PIX_FMT_UYVY422, DRM_FORMAT_UYVY },
|
||||
{ AV_PIX_FMT_NV12, DRM_FORMAT_NV12 },
|
||||
{ AV_PIX_FMT_YUV420P, DRM_FORMAT_YUV420 },
|
||||
{ AV_PIX_FMT_YUV422P, DRM_FORMAT_YUV422 },
|
||||
{ AV_PIX_FMT_YUV444P, DRM_FORMAT_YUV444 },
|
||||
};
|
||||
|
||||
static av_cold int kmsgrab_read_header(AVFormatContext *avctx)
|
||||
|
Loading…
Reference in New Issue
Block a user