Clean up
This commit is contained in:
parent
c2b698491b
commit
e005333ada
@ -303,9 +303,7 @@ public class OggFromWebMWriter implements Closeable {
|
||||
|
||||
if (DEBUG) {
|
||||
Log.d("OggFromWebMWriter", "Creating metadata header with this data:");
|
||||
metadata.forEach(p -> {
|
||||
Log.d("OggFromWebMWriter", p.first + "=" + p.second);
|
||||
});
|
||||
metadata.forEach(p -> Log.d("OggFromWebMWriter", p.first + "=" + p.second));
|
||||
}
|
||||
|
||||
return makeOpusTagsHeader(metadata);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user