irtlab/rtptools

use the payload type mapping

janstary opened this issue · 1 comments

The payload type map 99416b0 defined in rtpdump.c
should also be used in rtpplay.c instead of the recalculated period table,
which merely turns the 8000 frequency into a 1/8000 timestamp diff,
and similarly for all other payload types. Also, the table is outdated.

Done in #106