summaryrefslogtreecommitdiffstats
path: root/sub/sd_lavf_srt.c
Commit message (Collapse)AuthorAgeFilesLines
* sub: add hack for Libav SRT demuxerwm42013-06-251-0/+94
Before this commit, SRT demuxing and display actually happened to work on Libav. But it was using the libavcodec srt converter (which is essentially unmaintained in Libav), and timing postprocessing didn't work. For some background explanations see sd_lavf_srt.c.