mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ public final class InitializationChunk extends Chunk implements SingleTrackOutpu
|
|||
* Should be called after loading has completed.
|
||||
*/
|
||||
public boolean hasSampleFormat() {
|
||||
return format != null;
|
||||
return sampleFormat != null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue