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 /.gitignore | |
parent | 33796645dc35511ff7419b96535ad05dd73ffde8 (diff) | |
download | ffmpeg-b92c7a8f4b55f15dd05130f24b9300c42a806655.tar.gz |
tools: add seek_print.
Useful for testing seek implementations.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 48dad7beda..9b935c7c4d 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ /tools/probetest /tools/qt-faststart /tools/trasher +/tools/seek_print |