Fix TS output H264 NAL unit parser
This commit is contained in:
parent
ab6d565492
commit
c466e6e513
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ namespace Mist{
|
|||
break;
|
||||
default: break;
|
||||
}
|
||||
ptr += Bit::btohl(ptr);
|
||||
ptr += Bit::btohl(ptr) + 4;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue