Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1475097
| From | Tiffany Lin <tiffany.lin@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 6/9] videodev2.h: add V4L2_PIX_FMT_VP9 format. |
| Date | 2016-09-02 14:30 +0200 |
| Message-ID | <scVLz-7Si-21@gated-at.bofh.it> (permalink) |
| References | (1 earlier) <scVLz-7Si-5@gated-at.bofh.it> <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> |
| Organization | linux.* mail to news gateway |
From: Wu-Cheng Li <wuchengli@chromium.org>
This adds VP9 video coding format, a successor to VP8.
Signed-off-by: Wu-Cheng Li <wuchengli@chromium.org>
Signed-off-by: Tiffany Lin <tiffany.lin@mediatek.com>
---
include/uapi/linux/videodev2.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index 5529741..43326c3 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -603,6 +603,7 @@ struct v4l2_pix_format {
#define V4L2_PIX_FMT_VC1_ANNEX_G v4l2_fourcc('V', 'C', '1', 'G') /* SMPTE 421M Annex G compliant stream */
#define V4L2_PIX_FMT_VC1_ANNEX_L v4l2_fourcc('V', 'C', '1', 'L') /* SMPTE 421M Annex L compliant stream */
#define V4L2_PIX_FMT_VP8 v4l2_fourcc('V', 'P', '8', '0') /* VP8 */
+#define V4L2_PIX_FMT_VP9 v4l2_fourcc('V', 'P', '9', '0') /* VP9 */
/* Vendor-specific formats */
#define V4L2_PIX_FMT_CPIA1 v4l2_fourcc('C', 'P', 'I', 'A') /* cpia1 YUV */
--
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