diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-05-03 11:01:00 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2012-05-07 10:14:51 -0700 |
commit | 4bfa67bdad758e89a42dff9513fc353374fb1e04 (patch) | |
tree | a5e090757044fe23caa913c41b760478a66e4ebb /tests/fate-run.sh | |
parent | 40fa14f7755f601478aed831d77c2c1d37f564b4 (diff) | |
download | ffmpeg-4bfa67bdad758e89a42dff9513fc353374fb1e04.tar.gz |
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-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 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 "$@" } |