| Index: media/base/video_decoder_config.h
|
| diff --git a/media/base/video_decoder_config.h b/media/base/video_decoder_config.h
|
| index 0954e05fd47a4478d0ae4bfb25d3994fc5cbd3de..5d01d08603338e592628fda1ba37562623bc8fda 100644
|
| --- a/media/base/video_decoder_config.h
|
| +++ b/media/base/video_decoder_config.h
|
| @@ -37,7 +37,8 @@ enum VideoCodec {
|
| };
|
|
|
| // Video stream profile. This *must* match PP_VideoDecoder_Profile.
|
| -// (enforced in webkit/plugins/ppapi/ppb_video_decoder_impl.cc)
|
| +// (enforced in webkit/plugins/ppapi/ppb_video_decoder_impl.cc) and
|
| +// gpu::VideoCodecProfile.
|
| enum VideoCodecProfile {
|
| // Keep the values in this enum unique, as they imply format (h.264 vs. VP8,
|
| // for example), and keep the values for a particular format grouped
|
|
|