Fix hasSampleFormat in experimental version. Oops!

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=115561885
This commit is contained in:
olly 2016-02-25 07:51:36 -08:00 committed by Oliver Woodman
parent 1208d8ec75
commit d1cb4bc1af

View File

@ -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;
} }
/** /**