Commit d1cb4bc1 by olly Committed by Oliver Woodman

Fix hasSampleFormat in experimental version. Oops!

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=115561885
parent 1208d8ec
...@@ -78,7 +78,7 @@ public final class InitializationChunk extends Chunk implements SingleTrackOutpu ...@@ -78,7 +78,7 @@ public final class InitializationChunk extends Chunk implements SingleTrackOutpu
* Should be called after loading has completed. * Should be called after loading has completed.
*/ */
public boolean hasSampleFormat() { public boolean hasSampleFormat() {
return format != null; return sampleFormat != null;
} }
/** /**
......
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