irtlab / rtptools

RTP Tools
http://www.cs.columbia.edu/irt/software/rtptools/
Other
165 stars 64 forks source link

rtpplay: replace hsearch(3) with a simple list #128

Closed janstary closed 6 years ago

janstary commented 6 years ago

Both https://github.com/columbia-irt/rtptools/pull/89 and https://github.com/columbia-irt/rtptools/pull/109 are hopelessly in conflict with master by now; so here is another shot at finally removing the hsearch(3) dependency. Please read the original PRs for the rationale; the main point is that we don't need a full-fledged (and buggy) hash table implementation from 1993 just to remember a list of SSRCs.

janstary commented 6 years ago

Closes https://github.com/columbia-irt/rtptools/issues/73

mcd500 commented 6 years ago

Thanks, worked on Win too.