[Mesa-dev] [PATCH 04/20] radeon/uvd: add mjpeg stream type

Leo Liu leo.liu at amd.com
Tue Aug 15 20:08:22 UTC 2017


Signed-off-by: Leo Liu <leo.liu at amd.com>
---
 src/gallium/drivers/radeon/radeon_uvd.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/radeon/radeon_uvd.h b/src/gallium/drivers/radeon/radeon_uvd.h
index 0c3797e22c..a927c843da 100644
--- a/src/gallium/drivers/radeon/radeon_uvd.h
+++ b/src/gallium/drivers/radeon/radeon_uvd.h
@@ -82,6 +82,7 @@
 #define RUVD_CODEC_MPEG2	0x00000003
 #define RUVD_CODEC_MPEG4	0x00000004
 #define RUVD_CODEC_H264_PERF	0x00000007
+#define RUVD_CODEC_MJPEG	0x00000008
 #define RUVD_CODEC_H265		0x00000010
 
 /* UVD decode target buffer tiling mode */
-- 
2.11.0



More information about the mesa-dev mailing list