Skip to content

Commit

Permalink
removed spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
qjgn committed Dec 17, 2024
1 parent b73883c commit c40cb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RTProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ bool CRTProtocol::StreamFrames(EStreamRate eRate, unsigned int nRateArg, unsigne
unsigned int nComponentType, const SComponentOptions& componentOptions)
{
std::string components;

if (GetComponentString(components, nComponentType, componentOptions))
{
return StreamFrames(eRate, nRateArg, nUDPPort, pUDPAddr, components.c_str());
Expand Down

0 comments on commit c40cb96

Please sign in to comment.