diff options
author | Thilo Borgmann <thilo.borgmann@googlemail.com> | 2013-08-20 15:53:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-20 18:47:20 +0200 |
commit | 78d2a781d092c4b678e06de147a666ad65e184de (patch) | |
tree | 28319252c43e4b185af69866116d65b211b6068f /tests/fate-run.sh | |
parent | c56d4dab039b352961cca298d753b04e2f2fd990 (diff) | |
download | ffmpeg-78d2a781d092c4b678e06de147a666ad65e184de.tar.gz |
fate: Add EXIF test.
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 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" |