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

Unified Diff: webrtc/sdk/android/src/java/org/webrtc/MediaCodecUtils.java

Issue 2982403002: Set target API to 18 for MediaCodecUtils. (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/src/java/org/webrtc/MediaCodecUtils.java
diff --git a/webrtc/sdk/android/src/java/org/webrtc/MediaCodecUtils.java b/webrtc/sdk/android/src/java/org/webrtc/MediaCodecUtils.java
index 2677498c6cfb0e560db0e1ef866d1c874d90f498..c3134235efd0f6f2aca81d36ec993803cc6e0617 100644
--- a/webrtc/sdk/android/src/java/org/webrtc/MediaCodecUtils.java
+++ b/webrtc/sdk/android/src/java/org/webrtc/MediaCodecUtils.java
@@ -10,12 +10,13 @@
package org.webrtc;
+import android.annotation.TargetApi;
import android.media.MediaCodec;
import android.media.MediaCodecInfo;
import android.media.MediaCodecInfo.CodecCapabilities;
-import android.media.MediaCodec;
/** Container class for static constants and helpers used with MediaCodec. */
+@TargetApi(18)
class MediaCodecUtils {
private static final String TAG = "MediaCodecUtils";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698