]> git.sesse.net Git - ffmpeg/commit
movenc: add support for track names in ISML manifests
authorJan Ekström <jeebjp@gmail.com>
Fri, 10 Feb 2017 23:21:14 +0000 (01:21 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 12 Feb 2017 19:18:32 +0000 (20:18 +0100)
commit763e8237546ac5e1db812785f7110fea849067f2
treed46eb0cc11193009bcaf4b0bce2b36cd86aa5174
parent79d232fc9f1ff91f7ed96bdfddf47ad5ee232b47
movenc: add support for track names in ISML manifests

This enables having multiple tracks of the same type which would
be treated as different things by the media server (as opposed to
different bit rate versions of the same track). According to the
smooth streaming specification, just setting the systemLanguage
tag is not enough to note that a track with the same attributes
differs from another one.

Reviewed-by: Martin
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/movenc.c