summaryrefslogtreecommitdiff
path: root/src/i965_drv_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i965_drv_video.c')
-rwxr-xr-xsrc/i965_drv_video.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c
index 1dbbcbb..6637243 100755
--- a/src/i965_drv_video.c
+++ b/src/i965_drv_video.c
@@ -225,6 +225,7 @@ static struct hw_codec_info gen6_hw_codec_info = {
.max_height = 2048,
.has_mpeg2_decoding = 1,
+ .has_mpeg2_encoding = 1,
.has_h264_decoding = 1,
.has_h264_encoding = 1,
.has_vc1_decoding = 1,
@@ -244,6 +245,7 @@ static struct hw_codec_info gen7_hw_codec_info = {
.max_height = 4096,
.has_mpeg2_decoding = 1,
+ .has_mpeg2_encoding = 1,
.has_h264_decoding = 1,
.has_h264_encoding = 1,
.has_vc1_decoding = 1,