Frank Galligan
28d54555a7
Fix for audio and video track size calculation.
- There was a bug where the calculation for the audio and video track size where the code would calculate the size of the track elements minus the size of the audio or video elements. If the coded size of the track elements was one byte smaller than with the audio or video elements then the muxer would return an error. - Fixed another issue that the track's virtual Size function was calling the Track's PayloadSize function where it should have been calling the virtual PayloadSize function. Change-Id: Ie6d66d6d720334180a11e06926a3bd8c7788a1f1
Description
No description provided
Languages
C++
97.7%
CMake
1.7%
Shell
0.5%