From b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Mon, 24 Oct 2016 17:22:55 -0400 Subject: fate: Add tests for mov display matrix Rotation, sample/display aspect ratio and pure matrix export. Signed-off-by: Vittorio Giovara --- tests/fate-run.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/fate-run.sh') diff --git a/tests/fate-run.sh b/tests/fate-run.sh index d11ca3c..b1b299a 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -76,6 +76,10 @@ probefmt(){ run avprobe -show_format_entry format_name -v 0 "$@" } +probestream(){ + run avprobe -show_stream_entry "$1" -v 0 "$2" +} + avconv(){ dec_opts="-hwaccel $hwaccel -threads $threads -thread_type $thread_type" avconv_args="-nostats -cpuflags $cpuflags" -- cgit v1.1