tvkitchen / utilities

Standalone packages and tools used by appliances and implementations.
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Allow pts rollover #19

Open slifty opened 3 years ago

slifty commented 3 years ago

Description

This PR removes logic that prevented pts from ever decreasing. This means that when pts rolls over during a very long stream the demuxer will reflect the new pts. It is the responsibility of the consuming code to handle this event.

Related Issues

Resolves #18