]> git.sesse.net Git - ffmpeg/commit
avformat/hls: Support metadata updates from subdemuxers
authorRichard Shaffer <rshaffer@tunein.com>
Fri, 2 Feb 2018 20:59:45 +0000 (12:59 -0800)
committerwm4 <nfxjfg@googlemail.com>
Wed, 7 Feb 2018 11:33:37 +0000 (12:33 +0100)
commit651d5f963921bbd547373380e1581df9bbc83199
tree9c25029646faf8e7e12285a669798326f2c6c95d
parent33d632d40e147f99aaacafd9621f696a27dbf239
avformat/hls: Support metadata updates from subdemuxers

If a subdemuxer has the updated metadata event flag set, the metadata is copied
to the corresponding stream. The flag is cleared on the subdemuxer and the
appropriate event flag is set on the stream.

Signed-off-by: wm4 <nfxjfg@googlemail.com>
libavformat/hls.c