diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-09-28 16:36:58 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-12-05 11:23:36 -0500 |
commit | 5312268b34dc948e87934ae665a79a57c2fe2648 (patch) | |
tree | cdc640bec5b4a544f104e854ca8f755700e04059 /tests | |
parent | ac7eb4cb20ea84cfc911794722695d501b354ee9 (diff) | |
download | ffmpeg-streaming-5312268b34dc948e87934ae665a79a57c2fe2648.zip ffmpeg-streaming-5312268b34dc948e87934ae665a79a57c2fe2648.tar.gz |
eval: treat dB as decibels instead of decibytes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/eval | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ref/fate/eval b/tests/ref/fate/eval index dfc5ae4..b01e5a5 100644 --- a/tests/ref/fate/eval +++ b/tests/ref/fate/eval @@ -184,5 +184,11 @@ Evaluating 'not(NAN)' Evaluating 'not(0)' 'not(0)' -> 1.000000 +Evaluating '6.0206dB' +'6.0206dB' -> 2.000000 + +Evaluating '-3.0103dB' +'-3.0103dB' -> 0.707107 + 12.700000 == 12.7 0.931323 == 0.931322575 |