From 729b18f5f7549ed5b7995d7e313fb666d1fcc00e Mon Sep 17 00:00:00 2001 From: "lionel.g.landwerlin" Date: Tue, 5 May 2015 11:51:42 -0700 Subject: [PATCH] ppapi: VideoEncoder: add more details about supported codecs/platforms BUG=455409 Review URL: https://codereview.chromium.org/1127653004 Cr-Commit-Position: refs/heads/master@{#328368} --- ppapi/api/ppb_video_encoder.idl | 5 ++--- ppapi/c/ppb_video_encoder.h | 7 +++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ppapi/api/ppb_video_encoder.idl b/ppapi/api/ppb_video_encoder.idl index 1796f91b91ad..78b6e601b703 100644 --- a/ppapi/api/ppb_video_encoder.idl +++ b/ppapi/api/ppb_video_encoder.idl @@ -33,9 +33,8 @@ label Chrome { * it. Any pending callbacks will abort before the encoder is destroyed. * * Available video codecs vary by platform. - * All: theora, vorbis, vp8. - * Chrome and ChromeOS: h264. - * ChromeOS: mpeg4. + * All: vp8 (software). + * ChromeOS, depending on your device: h264 (hardware), vp8 (hardware) */ interface PPB_VideoEncoder { /** diff --git a/ppapi/c/ppb_video_encoder.h b/ppapi/c/ppb_video_encoder.h index 744c3d3afa22..3b435cb54a60 100644 --- a/ppapi/c/ppb_video_encoder.h +++ b/ppapi/c/ppb_video_encoder.h @@ -3,7 +3,7 @@ * found in the LICENSE file. */ -/* From ppb_video_encoder.idl modified Thu Feb 5 10:33:32 2015. */ +/* From ppb_video_encoder.idl modified Tue May 5 18:07:09 2015. */ #ifndef PPAPI_C_PPB_VIDEO_ENCODER_H_ #define PPAPI_C_PPB_VIDEO_ENCODER_H_ @@ -50,9 +50,8 @@ * it. Any pending callbacks will abort before the encoder is destroyed. * * Available video codecs vary by platform. - * All: theora, vorbis, vp8. - * Chrome and ChromeOS: h264. - * ChromeOS: mpeg4. + * All: vp8 (software). + * ChromeOS, depending on your device: h264 (hardware), vp8 (hardware) */ struct PPB_VideoEncoder_0_1 { /* dev */ /** -- 2.11.4.GIT