-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bugfix: Eliminate the redundant declaration of the _srs_rtc_manager variable. v5.0.169 v6.0.62 #3699
Merged
winlinvip
merged 7 commits into
ossrs:develop
from
feixintianxia:bugfix/repeate_define_variables
Jul 26, 2023
Merged
Bugfix: Eliminate the redundant declaration of the _srs_rtc_manager variable. v5.0.169 v6.0.62 #3699
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
44d4d8f
Bugfix: repeate define _srs_rtc_manager
feixintianxia 0cf0456
Bugfix: remove duplicated variable definitions
feixintianxia bf5859c
Switch stable version to SRS 5.0
winlinvip 7a50369
Refine CHANGELOG format.
winlinvip 7fc479b
Fix #3715: Support disable sanitizer.
winlinvip f6f20df
Merge branch 'develop' into pr-bugfix/repeate_define_variables
winlinvip 05caf0c
Update release to v5.0.169 v6.0.62
winlinvip File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,16 +64,11 @@ extern SrsStageManager* _srs_stages; | |
extern SrsRtcBlackhole* _srs_blackhole; | ||
extern SrsResourceManager* _srs_rtc_manager; | ||
|
||
extern SrsResourceManager* _srs_rtc_manager; | ||
extern SrsDtlsCertificate* _srs_rtc_dtls_certificate; | ||
#endif | ||
|
||
#include <srs_protocol_kbps.hpp> | ||
|
||
extern SrsPps* _srs_pps_snack2; | ||
extern SrsPps* _srs_pps_snack3; | ||
extern SrsPps* _srs_pps_snack4; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Test individual Review
|
||
|
||
SrsPps* _srs_pps_aloss2 = NULL; | ||
|
||
extern SrsPps* _srs_pps_ids; | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test
TRANS_BY_GPT3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test translation
TRANS_BY_GPT3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Translation test
TRANS_BY_GPT3