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

Transcode: More generic h264/h265 codec support. v7.0.1 (#4131)

Sorry this is another pull request with same intention. But there is
more variants of h264 und h265 codecs and I think it is good to support
them all.

---------

Co-authored-by: winlin <winlinvip@gmail.com>
This commit is contained in:
jb-alvarado 2024-08-12 10:15:57 +02:00 committed by winlin
parent 7478311547
commit 2e211f6abe
3 changed files with 13 additions and 9 deletions

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 7
#define VERSION_MINOR 0
#define VERSION_REVISION 0
#define VERSION_REVISION 1
#endif