diff options
author | Martin Storsjö <martin@martin.st> | 2014-10-29 11:43:34 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-11-17 16:17:07 +0200 |
commit | c302d034ba2690a935df8bf7e4f5d44ed86e8d5c (patch) | |
tree | 0ee138a0a7078aa51a09844f19ac41e86257c10b /libavformat/Makefile | |
parent | 40ed1cbf147d09fc0894bee160f0b6b6d9159fc5 (diff) | |
download | ffmpeg-c302d034ba2690a935df8bf7e4f5d44ed86e8d5c.tar.gz |
tools: Add a sidxindex tool
This tool can write an MPD file for fragmented MP4 files with
a sidx index at the start of the file.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 7ed53a7605..15f205ac71 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -412,3 +412,4 @@ TOOLS = aviocat \ ismindex \ pktdumper \ probetest \ + sidxindex \ |