]> git.sesse.net Git - ffmpeg/commit
lavf/dashenc: pass standards compliance value to the internal context
authorJan Ekström <jeebjp@gmail.com>
Fri, 27 Apr 2018 00:51:37 +0000 (03:51 +0300)
committerKarthick Jeyapal <kjeyapal@akamai.com>
Thu, 3 May 2018 05:11:13 +0000 (10:41 +0530)
commitbad42e9b40920f079b27e5bd4103d9293046b2ed
tree2b4bb54b7b922cc98bd3cdca5ea16c852524f540
parent48684d26057ad830f522fc94d073a26067b49e6f
lavf/dashenc: pass standards compliance value to the internal context

Enables one to test possibly nonstandard formats such as Opus or
FLAC in ISOBMFF, among other things.

This becomes much more useful if output segment format becomes an
option, or if the WebM segment feature gets removed.
libavformat/dashenc.c