| 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 238308b5a93c723779865386289ac5f3e4950a06..09e5ac84d1de63908e321f4a74bd4191aac6deed 100644
|
| --- a/media/base/android/media_codec_util.h
|
| +++ b/media/base/android/media_codec_util.h
|
| @@ -12,6 +12,7 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| +#include "media/base/android/media_codec_direction.h"
|
| #include "media/base/media_export.h"
|
|
|
| class GURL;
|
| @@ -38,12 +39,6 @@ class MediaCodecBridge;
|
| } \
|
| } while (0)
|
|
|
| -// Codec direction. Keep this in sync with MediaCodecUtil.java.
|
| -enum MediaCodecDirection {
|
| - MEDIA_CODEC_DECODER,
|
| - MEDIA_CODEC_ENCODER,
|
| -};
|
| -
|
| class MEDIA_EXPORT MediaCodecUtil {
|
| public:
|
| // Returns true if MediaCodec is available on the device.
|
|
|