]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: allow a custom SDT and PAT period
authorMarton Balint <cus@passwd.hu>
Mon, 23 Dec 2019 00:36:41 +0000 (01:36 +0100)
committerMarton Balint <cus@passwd.hu>
Wed, 5 Feb 2020 20:27:30 +0000 (21:27 +0100)
commita8a05340de722f0b637b2aee6037bad3bc682bea
tree2c39488fb2e28145f5661532f5fdf3b24cd7a965
parentb4f300f8ea209b861865ef495b298a88b48f3913
avformat/hlsenc: allow a custom SDT and PAT period

The default is not to write SDT and PAT periodically, only in the beginning of
every segment. After this patch the user might override this if needed.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/hlsenc.c