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:
Mark Thompson 2017-09-15 20:54:26 +01:00
parent 22afa87a8e
commit 9f9625ea80
1 changed files with 0 additions and 4 deletions

View File

@ -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)