summaryrefslogtreecommitdiffstats
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorRichard Shaffer <rshaffer@tunein.com>2018-01-27 18:21:28 -0800
committerJames Almer <jamrial@gmail.com>2018-02-02 12:16:56 -0300
commit4be6307cbf819eeaac850b3f0e7e088b147107d3 (patch)
tree4743a6af3fed72e9f09a419f0c78af4046bff837 /tests/fate-run.sh
parentcaaa40d2c67b1f4ebde368c859647af6f42f394a (diff)
downloadffmpeg-streaming-4be6307cbf819eeaac850b3f0e7e088b147107d3.zip
ffmpeg-streaming-4be6307cbf819eeaac850b3f0e7e088b147107d3.tar.gz
fate: add id3v2 test
Adds basic unit test for parsing ID3v2 tags. Signed-off-by: James Almer <jamrial@gmail.com>
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 05f4ca5..82862b7 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -88,6 +88,10 @@ probefmt(){
run ffprobe${PROGSUF} -show_entries format=format_name -print_format default=nw=1:nk=1 -v 0 "$@"
}
+probetags(){
+ run ffprobe${PROGSUF} -show_entries format_tags -v 0 "$@"
+}
+
runlocal(){
test "${V:-0}" -gt 0 && echo ${base}/"$@" ${base} >&3
${base}/"$@" ${base}
OpenPOWER on IntegriCloud