Fixed merge error.
This commit is contained in:
parent
aa00b31ddb
commit
32dfc25ee9
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ namespace Mist {
|
||||||
ase.setSampleRate(thisTrack.rate);
|
ase.setSampleRate(thisTrack.rate);
|
||||||
ase.setChannelCount(thisTrack.channels);
|
ase.setChannelCount(thisTrack.channels);
|
||||||
ase.setSampleSize(thisTrack.size);
|
ase.setSampleSize(thisTrack.size);
|
||||||
MP4::ESDS esdsBox("");
|
MP4::ESDS esdsBox(thisTrack.init);
|
||||||
ase.setCodecBox(esdsBox);
|
ase.setCodecBox(esdsBox);
|
||||||
stsdBox.setEntry(ase,0);
|
stsdBox.setEntry(ase,0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue