diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-02-13 19:15:45 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-02-24 13:12:46 +0100 |
commit | b92c7a8f4b55f15dd05130f24b9300c42a806655 (patch) | |
tree | 0d8292cdb70694db335b29765b0a0a1350be8b7a /libavformat | |
parent | 33796645dc35511ff7419b96535ad05dd73ffde8 (diff) | |
download | ffmpeg-b92c7a8f4b55f15dd05130f24b9300c42a806655.tar.gz |
tools: add seek_print.
Useful for testing seek implementations.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 1 |
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 \ |