1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

SRT: Solve mpegts demux assert bug (#2670) v4.0.180

* solve mpegts demux bug

* remove assert

* add error log in mpegts demux

* sovle compile problem

Co-authored-by: shiwei <shiwei05@kuaishou.com>
This commit is contained in:
Alex.CR 2021-10-18 15:03:47 +08:00 committed by winlin
parent 3fc287f7de
commit bb7cd6af3a
3 changed files with 30 additions and 24 deletions

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#define VERSION_REVISION 179
#define VERSION_REVISION 180
#endif