srt icon indicating copy to clipboard operation
srt copied to clipboard

Parameter 'xxx' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.

Open marakew opened this issue 2 years ago • 0 comments

https://github.com/Haivision/srt/blob/e8b713e954345291e8d6e2314d1e5094a6a14179/srtcore/congctl.h#L56

https://github.com/Haivision/srt/blob/e8b713e954345291e8d6e2314d1e5094a6a14179/srtcore/common.cpp#L460

https://github.com/Haivision/srt/blob/e8b713e954345291e8d6e2314d1e5094a6a14179/srtcore/api.cpp#L4474

https://github.com/Haivision/srt/blob/e8b713e954345291e8d6e2314d1e5094a6a14179/srtcore/packetfilter.cpp#L29

https://github.com/Haivision/srt/blob/e8b713e954345291e8d6e2314d1e5094a6a14179/srtcore/packetfilter.cpp#L46

marakew avatar Jun 14 '22 10:06 marakew