Skip to content

Commit

Permalink
[core] Build fix: added ParseFilterConfig declaration (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsantiago0 committed Apr 8, 2021
1 parent f31f1fb commit 81d3b95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions srtcore/packetfilter.h
Expand Up @@ -210,4 +210,6 @@ bool CheckFilterCompat(SrtFilterConfig& w_agent, SrtFilterConfig peer);
inline void PacketFilter::feedSource(CPacket& w_packet) { SRT_ASSERT(m_filter); return m_filter->feedSource((w_packet)); }
inline SRT_ARQLevel PacketFilter::arqLevel() { SRT_ASSERT(m_filter); return m_filter->arqLevel(); }

bool ParseFilterConfig(std::string s, SrtFilterConfig& out, PacketFilter::Factory** ppf);

#endif

0 comments on commit 81d3b95

Please sign in to comment.