| Index: media/base/android/media_codec_util.h
|
| diff --git a/media/base/android/media_codec_util.h b/media/base/android/media_codec_util.h
|
| index 04b83a9937299f67e8b3e80066d508ff436062d5..2bc226a7861192a67db4c038ce4fc0053fbd0369 100644
|
| --- a/media/base/android/media_codec_util.h
|
| +++ b/media/base/android/media_codec_util.h
|
| @@ -66,8 +66,8 @@ class MEDIA_EXPORT MediaCodecUtil {
|
|
|
| static bool RegisterMediaCodecUtil(JNIEnv* env);
|
|
|
| - // Indicates if the vp8 decoder is available on this device.
|
| - static bool IsVp8DecoderAvailable();
|
| + // Indicates if the vp8 decoder or encoder are available on this device.
|
| + static bool IsVp8CodecAvailable();
|
| };
|
|
|
| } // namespace media
|
|
|