Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-02-13 22:15:45 +0400
committerNicolas George <nicolas.george@normalesup.org>2013-02-24 16:12:46 +0400
commitb92c7a8f4b55f15dd05130f24b9300c42a806655 (patch)
tree0d8292cdb70694db335b29765b0a0a1350be8b7a /libavformat
parent33796645dc35511ff7419b96535ad05dd73ffde8 (diff)
tools: add seek_print.
Useful for testing seek implementations.
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 0f2e5dffc1..44456eab64 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -449,3 +449,4 @@ TOOLS = aviocat \
ismindex \
pktdumper \
probetest \
+ seek_print \