Chromium Code Reviews| Index: gpu/config/software_rendering_list_json.cc |
| diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc |
| index 6ed261fae40cef2d1a37a83ab92ea23aca7fc7c5..d686d84e4c7b8c506419d5609cb5bc8cac321221 100644 |
| --- a/gpu/config/software_rendering_list_json.cc |
| +++ b/gpu/config/software_rendering_list_json.cc |
| @@ -971,6 +971,16 @@ LONG_STRING_CONST( |
| "features": [ |
| "force_compositing_mode" |
| ] |
| + }, |
| + { |
| + "id": 82, |
| + "description": "MediaCodec is still too buggy to use for encoding (b/11536167).", |
|
fbarchard
2013/12/03 04:51:09
prefer 80 cols
Ami GONE FROM CHROMIUM
2013/12/03 06:46:20
Not in this file, apparently.
(this is a .cc consi
|
| + "os": { |
| + "type": "android" |
| + }, |
| + "features": [ |
| + "accelerated_video_encode" |
| + ] |
| } |
| ] |
| } |