summaryrefslogtreecommitdiffstats
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-04-15 02:30:12 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-04-20 01:41:44 +0200
commit9a6ae7fbb2fda0aa0e3ec30d6b5860ff1b1b375f (patch)
tree49936a9293304383080c8bf4ffbb26ddbd762242 /tests/fate-run.sh
parent0b32aff83d87b3a7ddaa59e6dff347b267da99ef (diff)
downloadffmpeg-streaming-9a6ae7fbb2fda0aa0e3ec30d6b5860ff1b1b375f.zip
ffmpeg-streaming-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-xtests/fate-run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 68b552c..3d58080 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
OpenPOWER on IntegriCloud