summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-05-03 11:01:00 -0700
committerAlex Converse <alex.converse@gmail.com>2012-05-07 10:14:51 -0700
commit4bfa67bdad758e89a42dff9513fc353374fb1e04 (patch)
treea5e090757044fe23caa913c41b760478a66e4ebb /tests/fate-run.sh
parent40fa14f7755f601478aed831d77c2c1d37f564b4 (diff)
Add probe fate tests to test for regressions in detecting media types.
Signed-off-by: Alex Converse <alex.converse@gmail.com>
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 8097eec426..a45e9a95b3 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -71,6 +71,10 @@ run(){
$target_exec $target_path/"$@"
}
+probefmt(){
+ run avprobe -show_format_entry format_name -v 0 "$@"
+}
+
avconv(){
run avconv -nostats -threads $threads -thread_type $thread_type -cpuflags $cpuflags "$@"
}