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

H264: Fix H.264 ISOM reserved bit value. v5.0.161, v6.0.55 (#3551)

---------

Co-authored-by: chundonglinlin <chundonglinlin@163.com>
This commit is contained in:
Kazuo 2023-06-21 22:20:22 +09:00 committed by GitHub
parent 8c061fcf5d
commit 43dfb1bcaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 0
#define VERSION_REVISION 160
#define VERSION_REVISION 161
#endif

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 6
#define VERSION_MINOR 0
#define VERSION_REVISION 54
#define VERSION_REVISION 55
#endif