Commit 51cf8bed by andrewlewis Committed by Oliver Woodman

Fix UUID constant reference.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=122412543
parent d70f4a8f
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
package com.google.android.exoplayer; package com.google.android.exoplayer;
import static com.google.android.exoplayer.drm.StreamingDrmSessionManager.WIDEVINE_UUID; import static com.google.android.exoplayer.C.WIDEVINE_UUID;
import static com.google.android.exoplayer.util.MimeTypes.VIDEO_MP4; import static com.google.android.exoplayer.util.MimeTypes.VIDEO_MP4;
import static com.google.android.exoplayer.util.MimeTypes.VIDEO_WEBM; import static com.google.android.exoplayer.util.MimeTypes.VIDEO_WEBM;
...@@ -27,8 +27,8 @@ import com.google.android.exoplayer.util.Util; ...@@ -27,8 +27,8 @@ import com.google.android.exoplayer.util.Util;
import android.annotation.SuppressLint; import android.annotation.SuppressLint;
import android.annotation.TargetApi; import android.annotation.TargetApi;
import android.media.MediaFormat; import android.media.MediaFormat;
import android.os.Parcel; import android.os.Parcel;
import junit.framework.TestCase; import junit.framework.TestCase;
import java.nio.ByteBuffer; import java.nio.ByteBuffer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment