Commit 6c6ba900 by Oliver Woodman

Fix the build.

parent 0005f41f
......@@ -89,7 +89,7 @@ public class MediaFormat {
public static MediaFormat createId3Format() {
return new MediaFormat(MimeTypes.APPLICATION_ID3, NO_VALUE, NO_VALUE, NO_VALUE, NO_VALUE,
NO_VALUE, NO_VALUE, null);
NO_VALUE, NO_VALUE, NO_VALUE, null);
}
@TargetApi(16)
......
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