- fixes for pvqa_pcap project - lazy creation of codecs + compare timespec structures

This commit is contained in:
2024-12-24 13:19:54 +03:00
parent b5d0242c74
commit c45c686582
5 changed files with 62 additions and 7 deletions

View File

@@ -121,6 +121,7 @@ public:
Codec::Factory& codecAt(int index) const;
int findCodec(const std::string& name) const;
void fillCodecMap(CodecMap& cm);
PCodec createCodecByPayloadType(int payloadType);
void clear();
protected: