SNB doesn't support MPEG-2 encoding
authorXiang, Haihao <haihao.xiang@intel.com>
Tue, 26 Nov 2013 02:43:45 +0000 (10:43 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 26 Nov 2013 02:45:48 +0000 (10:45 +0800)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72016
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/i965_drv_video.c

index b6522db..178a0f2 100755 (executable)
@@ -245,7 +245,6 @@ 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,