Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-05-03 22:01:00 +0400
committerAlex Converse <alex.converse@gmail.com>2012-05-07 21:14:51 +0400
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 "$@"
}