projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fate: make subtitles tests output to stdout instead of md5
[ffmpeg.git]
/
tests
/
fate-run.sh
diff --git
a/tests/fate-run.sh
b/tests/fate-run.sh
index
b994aba
..
224da8b
100755
(executable)
--- a/
tests/fate-run.sh
+++ b/
tests/fate-run.sh
@@
-114,6
+114,12
@@
pcm(){
ffmpeg "$@" -vn -f s16le -
}
+fmtstdout(){
+ fmt=$1
+ shift 1
+ ffmpeg "$@" -f $fmt -
+}
+
enc_dec_pcm(){
out_fmt=$1
dec_fmt=$2