Fix for handling negative h264 offsets in mp4
This commit is contained in:
parent
3b9911df71
commit
4c2eeb96c8
5 changed files with 14 additions and 12 deletions
|
@ -538,7 +538,7 @@ namespace MP4 {
|
|||
|
||||
struct CTTSEntry {
|
||||
uint32_t sampleCount;
|
||||
uint32_t sampleOffset;
|
||||
int32_t sampleOffset;
|
||||
};
|
||||
|
||||
class CTTS: public fullBox {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue