summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@googlemail.com>2013-08-20 15:53:42 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-20 18:47:20 +0200
commit78d2a781d092c4b678e06de147a666ad65e184de (patch)
tree28319252c43e4b185af69866116d65b211b6068f /tests/fate-run.sh
parentc56d4dab039b352961cca298d753b04e2f2fd990 (diff)
fate: Add EXIF test.
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 9f5690d7be..52ddc22300 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -75,6 +75,10 @@ probefmt(){
run ffprobe -show_entries format=format_name -print_format default=nw=1:nk=1 -v 0 "$@"
}
+probeframes(){
+ run ffprobe -show_frames -v 0 "$@"
+}
+
ffmpeg(){
dec_opts="-threads $threads -thread_type $thread_type"
ffmpeg_args="-nostats -cpuflags $cpuflags"