Fix hasSampleFormat in experimental version. Oops!
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=115561885
This commit is contained in:
parent
1208d8ec75
commit
d1cb4bc1af
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user