Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1475100
| From | Tiffany Lin <tiffany.lin@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 7/9] v4l2-ioctl: add VP9 format description. |
| Date | 2016-09-02 14:30 +0200 |
| Message-ID | <scVLz-7Si-23@gated-at.bofh.it> (permalink) |
| References | (2 earlier) <scVLz-7Si-7@gated-at.bofh.it> <scVLz-7Si-9@gated-at.bofh.it> <scVLz-7Si-1@gated-at.bofh.it> <scVLz-7Si-19@gated-at.bofh.it> <scVLz-7Si-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Wu-Cheng Li <wuchengli@chromium.org> VP9 is a video coding format and a successor to VP8. Signed-off-by: Wu-Cheng Li <wuchengli@chromium.org> Signed-off-by: Tiffany Lin <tiffany.lin@mediatek.com> --- drivers/media/v4l2-core/v4l2-ioctl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c b/drivers/media/v4l2-core/v4l2-ioctl.c index eb6ccc7..2bd1581 100644 --- a/drivers/media/v4l2-core/v4l2-ioctl.c +++ b/drivers/media/v4l2-core/v4l2-ioctl.c @@ -1269,6 +1269,7 @@ static void v4l_fill_fmtdesc(struct v4l2_fmtdesc *fmt) case V4L2_PIX_FMT_VC1_ANNEX_G: descr = "VC-1 (SMPTE 412M Annex G)"; break; case V4L2_PIX_FMT_VC1_ANNEX_L: descr = "VC-1 (SMPTE 412M Annex L)"; break; case V4L2_PIX_FMT_VP8: descr = "VP8"; break; + case V4L2_PIX_FMT_VP9: descr = "VP9"; break; case V4L2_PIX_FMT_CPIA1: descr = "GSPCA CPiA YUV"; break; case V4L2_PIX_FMT_WNVA: descr = "WNVA"; break; case V4L2_PIX_FMT_SN9C10X: descr = "GSPCA SN9C10X"; break; -- 1.7.9.5
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 4/9] vcodec: mediatek: Add Mediatek H264 Video Decoder Drive Tiffany Lin <tiffany.lin@mediatek.com> - 2016-09-02 14:30 +0200
[PATCH v5 6/9] videodev2.h: add V4L2_PIX_FMT_VP9 format. Tiffany Lin <tiffany.lin@mediatek.com> - 2016-09-02 14:30 +0200
[PATCH v5 7/9] v4l2-ioctl: add VP9 format description. Tiffany Lin <tiffany.lin@mediatek.com> - 2016-09-02 14:30 +0200
[PATCH v5 5/9] vcodec: mediatek: Add Mediatek VP8 Video Decoder Driver Tiffany Lin <tiffany.lin@mediatek.com> - 2016-09-02 14:30 +0200
csiph-web