-
-
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
Bugfix: Eliminate the redundant declaration of the _srs_rtc_manager variable. v5.0.169 v6.0.62 #3699
Conversation
@feixintianxia There are additional duplicate extern variables in the same file. Should you remove them as well? |
Thank you very much, brother.
|
696833b
to
0cf0456
Compare
696833b
to
0cf0456
Compare
559ad91
to
0cf0456
Compare
Test
|
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 multiple reviews
TRANS_BY_GPT3
extern SrsDtlsCertificate* _srs_rtc_dtls_certificate; | ||
#endif | ||
|
||
#include <srs_protocol_kbps.hpp> | ||
|
||
extern SrsPps* _srs_pps_snack2; |
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
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 comment
The reason will be displayed to describe this comment to others. Learn more.
Test individual Review
TRANS_BY_GPT3
ad564a9
to
0cf0456
Compare
f1c14f6
to
0cf0456
Compare
f1c14f6
to
0cf0456
Compare
97c4804
to
0cf0456
Compare
…ariable. v5.0.169 (#3699) It is advised to eliminate any instances of _srs_rtc_manager that occur multiple times. --------- Co-authored-by: john <hondaxiao@tencent.com> Co-authored-by: chundonglinlin <chundonglinlin@163.com>
It is advised to eliminate any instances of _srs_rtc_manager that occur multiple times.
Co-authored-by: john hondaxiao@tencent.com
Co-authored-by: chundonglinlin chundonglinlin@163.com