Skip to content

Commit

Permalink
ppapi: VideoEncoder: add more details about supported codecs/platforms
Browse files Browse the repository at this point in the history
BUG=455409

Review URL: https://codereview.chromium.org/1127653004

Cr-Commit-Position: refs/heads/master@{#328368}
  • Loading branch information
llandwerlin-intel authored and Commit bot committed May 5, 2015
1 parent 46c4821 commit 729b18f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions ppapi/api/ppb_video_encoder.idl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand Down
7 changes: 3 additions & 4 deletions ppapi/c/ppb_video_encoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down Expand Up @@ -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 */
/**
Expand Down

0 comments on commit 729b18f

Please sign in to comment.