]> git.sesse.net Git - ffmpeg/commit
avcodec/v4l2_buffers: Add handling for NV21 and YUV420P
authorDave Stevenson <dave.stevenson@raspberrypi.org>
Thu, 22 Mar 2018 16:01:35 +0000 (16:01 +0000)
committerAman Gupta <aman@tmm1.net>
Wed, 11 Sep 2019 01:56:40 +0000 (18:56 -0700)
commitd61cf1b1ebc2477749d7d7825a072400ed24af9f
tree8a92b2ee6173af43017c9b4aadcf3cdb053821e5
parent7bb6898b16f3c5b1cd5c4c15ca96278df569ccd2
avcodec/v4l2_buffers: Add handling for NV21 and YUV420P

The single planar support was for NV12 only.
Add NV21 and YUV420P support.

Signed-off-by: Aman Gupta <aman@tmm1.net>
libavcodec/v4l2_buffers.c