Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1439)

Unified Diff: media/base/android/media_codec_util.h

Issue 2132653002: MediaCodecLoop unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cl feedback Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/android/media_codec_loop_unittest.cc ('k') | media/base/android/mock_media_codec_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « media/base/android/media_codec_loop_unittest.cc ('k') | media/base/android/mock_media_codec_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698