Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1668786 > unrolled thread

[Patch v5 06/12] [media] v4l2-ioctl: add HEVC format description

Started bySmitha T Murthy <smitha.t@samsung.com>
First post2017-06-19 07:30 +0200
Last post2017-06-19 07:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [Patch v5 06/12] [media] v4l2-ioctl: add HEVC format description Smitha T Murthy <smitha.t@samsung.com> - 2017-06-19 07:30 +0200

#1668786 — [Patch v5 06/12] [media] v4l2-ioctl: add HEVC format description

FromSmitha T Murthy <smitha.t@samsung.com>
Date2017-06-19 07:30 +0200
Subject[Patch v5 06/12] [media] v4l2-ioctl: add HEVC format description
Message-ID<tTXqa-6Rc-33@gated-at.bofh.it>
HEVC is a video coding format

Signed-off-by: Smitha T Murthy <smitha.t@samsung.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 e5a2187..4f6f8d9 100644
--- a/drivers/media/v4l2-core/v4l2-ioctl.c
+++ b/drivers/media/v4l2-core/v4l2-ioctl.c
@@ -1257,6 +1257,7 @@ static void v4l_fill_fmtdesc(struct v4l2_fmtdesc *fmt)
 		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_HEVC:		descr = "HEVC"; 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;
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web