diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-04-15 02:30:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-04-20 01:41:44 +0200 |
commit | 9a6ae7fbb2fda0aa0e3ec30d6b5860ff1b1b375f (patch) | |
tree | 49936a9293304383080c8bf4ffbb26ddbd762242 /tests/fate-run.sh | |
parent | 0b32aff83d87b3a7ddaa59e6dff347b267da99ef (diff) | |
download | ffmpeg-9a6ae7fbb2fda0aa0e3ec30d6b5860ff1b1b375f.tar.gz |
fate: Add test for ticket 1833 (Ogg/Vorbis Chapters)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 68b552cd3f..3d58080d6d 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -96,6 +96,10 @@ probeframes(){ run ffprobe${PROGSUF} -show_frames -v 0 "$@" } +probechapters(){ + run ffprobe${PROGSUF} -show_chapters -v 0 "$@" +} + probegaplessinfo(){ filename="$1" shift |