From: Leo Liu Date: Tue, 15 Aug 2017 18:26:15 +0000 (-0400) Subject: radeon/uvd: add MJPEG stream type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b26cfdaebd24ad2e65f48050c25c3d5c1a2bde7b;p=mesa.git radeon/uvd: add MJPEG stream type Signed-off-by: Leo Liu Reviewed-by: Christian König --- diff --git a/src/gallium/drivers/radeon/radeon_uvd.h b/src/gallium/drivers/radeon/radeon_uvd.h index 0c3797e22c4..a927c843dac 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 */