[FFmpeg-devel] [PATCH 1/2] tests/audiomatch: also print signal vs reference length

Michael Niedermayer michael at niedermayer.cc
Tue Mar 22 13:43:46 CET 2016


Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 tests/audiomatch.c                                 |    2 +-
 .../fate/audiomatch-afconvert-16000-mono-he-adts   |    2 +-
 .../fate/audiomatch-afconvert-16000-mono-he-m4a    |    2 +-
 .../fate/audiomatch-afconvert-16000-mono-lc-adts   |    2 +-
 .../fate/audiomatch-afconvert-16000-mono-lc-m4a    |    2 +-
 .../fate/audiomatch-afconvert-16000-stereo-he-adts |    2 +-
 .../fate/audiomatch-afconvert-16000-stereo-he-m4a  |    2 +-
 .../audiomatch-afconvert-16000-stereo-he2-adts     |    2 +-
 .../fate/audiomatch-afconvert-16000-stereo-he2-m4a |    2 +-
 .../fate/audiomatch-afconvert-16000-stereo-lc-adts |    2 +-
 .../fate/audiomatch-afconvert-16000-stereo-lc-m4a  |    2 +-
 .../fate/audiomatch-afconvert-44100-mono-he-adts   |    2 +-
 .../fate/audiomatch-afconvert-44100-mono-he-m4a    |    2 +-
 .../fate/audiomatch-afconvert-44100-mono-lc-adts   |    2 +-
 .../fate/audiomatch-afconvert-44100-mono-lc-m4a    |    2 +-
 .../fate/audiomatch-afconvert-44100-stereo-he-adts |    2 +-
 .../fate/audiomatch-afconvert-44100-stereo-he-m4a  |    2 +-
 .../audiomatch-afconvert-44100-stereo-he2-adts     |    2 +-
 .../fate/audiomatch-afconvert-44100-stereo-he2-m4a |    2 +-
 .../fate/audiomatch-afconvert-44100-stereo-lc-adts |    2 +-
 .../fate/audiomatch-afconvert-44100-stereo-lc-m4a  |    2 +-
 tests/ref/fate/audiomatch-dolby-44100-mono-he-mp4  |    2 +-
 tests/ref/fate/audiomatch-dolby-44100-mono-lc-mp4  |    2 +-
 .../ref/fate/audiomatch-dolby-44100-stereo-he-mp4  |    2 +-
 .../ref/fate/audiomatch-dolby-44100-stereo-he2-mp4 |    2 +-
 .../ref/fate/audiomatch-dolby-44100-stereo-lc-mp4  |    2 +-
 tests/ref/fate/audiomatch-faac-16000-mono-lc-adts  |    2 +-
 tests/ref/fate/audiomatch-faac-16000-mono-lc-m4a   |    2 +-
 .../ref/fate/audiomatch-faac-16000-stereo-lc-adts  |    2 +-
 tests/ref/fate/audiomatch-faac-16000-stereo-lc-m4a |    2 +-
 tests/ref/fate/audiomatch-faac-44100-mono-lc-adts  |    2 +-
 tests/ref/fate/audiomatch-faac-44100-mono-lc-m4a   |    2 +-
 .../ref/fate/audiomatch-faac-44100-stereo-lc-adts  |    2 +-
 tests/ref/fate/audiomatch-faac-44100-stereo-lc-m4a |    2 +-
 tests/ref/fate/audiomatch-nero-16000-mono-he-m4a   |    2 +-
 tests/ref/fate/audiomatch-nero-16000-mono-lc-m4a   |    2 +-
 tests/ref/fate/audiomatch-nero-16000-stereo-he-m4a |    2 +-
 .../ref/fate/audiomatch-nero-16000-stereo-he2-m4a  |    2 +-
 tests/ref/fate/audiomatch-nero-16000-stereo-lc-m4a |    2 +-
 tests/ref/fate/audiomatch-nero-44100-mono-he-m4a   |    2 +-
 tests/ref/fate/audiomatch-nero-44100-mono-lc-m4a   |    2 +-
 tests/ref/fate/audiomatch-nero-44100-stereo-he-m4a |    2 +-
 .../ref/fate/audiomatch-nero-44100-stereo-he2-m4a  |    2 +-
 tests/ref/fate/audiomatch-nero-44100-stereo-lc-m4a |    2 +-
 .../fate/audiomatch-quicktime7-44100-stereo-lc-mp4 |    2 +-
 .../fate/audiomatch-quicktimeX-44100-stereo-lc-m4a |    2 +-
 tests/ref/fate/audiomatch-square-aac               |    2 +-
 tests/ref/fate/audiomatch-square-mp3               |    2 +-
 48 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/tests/audiomatch.c b/tests/audiomatch.c
index 6d181cf..e2d6c55 100644
--- a/tests/audiomatch.c
+++ b/tests/audiomatch.c
@@ -106,5 +106,5 @@ int main(int argc, char **argv){
             bestpos = pos;
         }
     }
-    printf("presig: %d postsig:%d c:%7.4f\n", bestpos, datlen - siglen - bestpos, bestc / sigamp);
+    printf("presig: %d postsig:%d c:%7.4f lenerr:%d\n", bestpos, datlen - siglen - bestpos, bestc / sigamp, datlen - siglen);
 }
diff --git a/tests/ref/fate/audiomatch-afconvert-16000-mono-he-adts b/tests/ref/fate/audiomatch-afconvert-16000-mono-he-adts
index 8441bcc..bbbf8ff 100644
--- a/tests/ref/fate/audiomatch-afconvert-16000-mono-he-adts
+++ b/tests/ref/fate/audiomatch-afconvert-16000-mono-he-adts
@@ -1 +1 @@
-presig: 2593 postsig:223 c: 0.9835
+presig: 2593 postsig:223 c: 0.9835 lenerr:2816
diff --git a/tests/ref/fate/audiomatch-afconvert-16000-mono-he-m4a b/tests/ref/fate/audiomatch-afconvert-16000-mono-he-m4a
index 05c5a42..f6f8df5 100644
--- a/tests/ref/fate/audiomatch-afconvert-16000-mono-he-m4a
+++ b/tests/ref/fate/audiomatch-afconvert-16000-mono-he-m4a
@@ -1 +1 @@
-presig: 481 postsig:223 c: 0.9835
+presig: 481 postsig:223 c: 0.9835 lenerr:704
diff --git a/tests/ref/fate/audiomatch-afconvert-16000-mono-lc-adts b/tests/ref/fate/audiomatch-afconvert-16000-mono-lc-adts
index df78497..bf6ecf6 100644
--- a/tests/ref/fate/audiomatch-afconvert-16000-mono-lc-adts
+++ b/tests/ref/fate/audiomatch-afconvert-16000-mono-lc-adts
@@ -1 +1 @@
-presig: 2112 postsig:704 c: 0.9842
+presig: 2112 postsig:704 c: 0.9842 lenerr:2816
diff --git a/tests/ref/fate/audiomatch-afconvert-16000-mono-lc-m4a b/tests/ref/fate/audiomatch-afconvert-16000-mono-lc-m4a
index a31c584..75cd54e 100644
--- a/tests/ref/fate/audiomatch-afconvert-16000-mono-lc-m4a
+++ b/tests/ref/fate/audiomatch-afconvert-16000-mono-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:704 c: 0.9842
+presig: 0 postsig:704 c: 0.9842 lenerr:704
diff --git a/tests/ref/fate/audiomatch-afconvert-16000-stereo-he-adts b/tests/ref/fate/audiomatch-afconvert-16000-stereo-he-adts
index d2526f8..2e29599 100644
--- a/tests/ref/fate/audiomatch-afconvert-16000-stereo-he-adts
+++ b/tests/ref/fate/audiomatch-afconvert-16000-stereo-he-adts
@@ -1 +1 @@
-presig: 5186 postsig:446 c: 0.9895
+presig: 5186 postsig:446 c: 0.9895 lenerr:5632
diff --git a/tests/ref/fate/audiomatch-afconvert-16000-stereo-he-m4a b/tests/ref/fate/audiomatch-afconvert-16000-stereo-he-m4a
index 192dce2..9ba0ef2 100644
--- a/tests/ref/fate/audiomatch-afconvert-16000-stereo-he-m4a
+++ b/tests/ref/fate/audiomatch-afconvert-16000-stereo-he-m4a
@@ -1 +1 @@
-presig: 962 postsig:446 c: 0.9895
+presig: 962 postsig:446 c: 0.9895 lenerr:1408
diff --git a/tests/ref/fate/audiomatch-afconvert-16000-stereo-he2-adts b/tests/ref/fate/audiomatch-afconvert-16000-stereo-he2-adts
index c49e59f..32b2627 100644
--- a/tests/ref/fate/audiomatch-afconvert-16000-stereo-he2-adts
+++ b/tests/ref/fate/audiomatch-afconvert-16000-stereo-he2-adts
@@ -1 +1 @@
-presig: 5186 postsig:446 c: 0.9839
+presig: 5186 postsig:446 c: 0.9839 lenerr:5632
diff --git a/tests/ref/fate/audiomatch-afconvert-16000-stereo-he2-m4a b/tests/ref/fate/audiomatch-afconvert-16000-stereo-he2-m4a
index 7adf917..d4fc21b 100644
--- a/tests/ref/fate/audiomatch-afconvert-16000-stereo-he2-m4a
+++ b/tests/ref/fate/audiomatch-afconvert-16000-stereo-he2-m4a
@@ -1 +1 @@
-presig: 962 postsig:446 c: 0.9839
+presig: 962 postsig:446 c: 0.9839 lenerr:1408
diff --git a/tests/ref/fate/audiomatch-afconvert-16000-stereo-lc-adts b/tests/ref/fate/audiomatch-afconvert-16000-stereo-lc-adts
index 6af6b35..360049f 100644
--- a/tests/ref/fate/audiomatch-afconvert-16000-stereo-lc-adts
+++ b/tests/ref/fate/audiomatch-afconvert-16000-stereo-lc-adts
@@ -1 +1 @@
-presig: 4224 postsig:1408 c: 0.9985
+presig: 4224 postsig:1408 c: 0.9985 lenerr:5632
diff --git a/tests/ref/fate/audiomatch-afconvert-16000-stereo-lc-m4a b/tests/ref/fate/audiomatch-afconvert-16000-stereo-lc-m4a
index df05a4b..f86ccb4 100644
--- a/tests/ref/fate/audiomatch-afconvert-16000-stereo-lc-m4a
+++ b/tests/ref/fate/audiomatch-afconvert-16000-stereo-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:1408 c: 0.9985
+presig: 0 postsig:1408 c: 0.9985 lenerr:1408
diff --git a/tests/ref/fate/audiomatch-afconvert-44100-mono-he-adts b/tests/ref/fate/audiomatch-afconvert-44100-mono-he-adts
index 5029b5a..f339483 100644
--- a/tests/ref/fate/audiomatch-afconvert-44100-mono-he-adts
+++ b/tests/ref/fate/audiomatch-afconvert-44100-mono-he-adts
@@ -1 +1 @@
-presig: 5186 postsig:822 c: 0.9911
+presig: 5186 postsig:822 c: 0.9911 lenerr:6008
diff --git a/tests/ref/fate/audiomatch-afconvert-44100-mono-he-m4a b/tests/ref/fate/audiomatch-afconvert-44100-mono-he-m4a
index 0a9ed19..0ad4911 100644
--- a/tests/ref/fate/audiomatch-afconvert-44100-mono-he-m4a
+++ b/tests/ref/fate/audiomatch-afconvert-44100-mono-he-m4a
@@ -1 +1 @@
-presig: 962 postsig:822 c: 0.9911
+presig: 962 postsig:822 c: 0.9911 lenerr:1784
diff --git a/tests/ref/fate/audiomatch-afconvert-44100-mono-lc-adts b/tests/ref/fate/audiomatch-afconvert-44100-mono-lc-adts
index 807aa5a..523cb1f 100644
--- a/tests/ref/fate/audiomatch-afconvert-44100-mono-lc-adts
+++ b/tests/ref/fate/audiomatch-afconvert-44100-mono-lc-adts
@@ -1 +1 @@
-presig: 2112 postsig:824 c: 0.9995
+presig: 2112 postsig:824 c: 0.9995 lenerr:2936
diff --git a/tests/ref/fate/audiomatch-afconvert-44100-mono-lc-m4a b/tests/ref/fate/audiomatch-afconvert-44100-mono-lc-m4a
index 9160b24..9db2d81 100644
--- a/tests/ref/fate/audiomatch-afconvert-44100-mono-lc-m4a
+++ b/tests/ref/fate/audiomatch-afconvert-44100-mono-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:824 c: 0.9995
+presig: 0 postsig:824 c: 0.9995 lenerr:824
diff --git a/tests/ref/fate/audiomatch-afconvert-44100-stereo-he-adts b/tests/ref/fate/audiomatch-afconvert-44100-stereo-he-adts
index dfde35d..b8fd805 100644
--- a/tests/ref/fate/audiomatch-afconvert-44100-stereo-he-adts
+++ b/tests/ref/fate/audiomatch-afconvert-44100-stereo-he-adts
@@ -1 +1 @@
-presig: 10372 postsig:1644 c: 0.9890
+presig: 10372 postsig:1644 c: 0.9890 lenerr:12016
diff --git a/tests/ref/fate/audiomatch-afconvert-44100-stereo-he-m4a b/tests/ref/fate/audiomatch-afconvert-44100-stereo-he-m4a
index 2fa74a7..ff5540b 100644
--- a/tests/ref/fate/audiomatch-afconvert-44100-stereo-he-m4a
+++ b/tests/ref/fate/audiomatch-afconvert-44100-stereo-he-m4a
@@ -1 +1 @@
-presig: 1924 postsig:1644 c: 0.9890
+presig: 1924 postsig:1644 c: 0.9890 lenerr:3568
diff --git a/tests/ref/fate/audiomatch-afconvert-44100-stereo-he2-adts b/tests/ref/fate/audiomatch-afconvert-44100-stereo-he2-adts
index da6b749..7e72d37 100644
--- a/tests/ref/fate/audiomatch-afconvert-44100-stereo-he2-adts
+++ b/tests/ref/fate/audiomatch-afconvert-44100-stereo-he2-adts
@@ -1 +1 @@
-presig: 10372 postsig:1644 c: 0.9909
+presig: 10372 postsig:1644 c: 0.9909 lenerr:12016
diff --git a/tests/ref/fate/audiomatch-afconvert-44100-stereo-he2-m4a b/tests/ref/fate/audiomatch-afconvert-44100-stereo-he2-m4a
index bb93fb0..f8214cf 100644
--- a/tests/ref/fate/audiomatch-afconvert-44100-stereo-he2-m4a
+++ b/tests/ref/fate/audiomatch-afconvert-44100-stereo-he2-m4a
@@ -1 +1 @@
-presig: 1924 postsig:1644 c: 0.9909
+presig: 1924 postsig:1644 c: 0.9909 lenerr:3568
diff --git a/tests/ref/fate/audiomatch-afconvert-44100-stereo-lc-adts b/tests/ref/fate/audiomatch-afconvert-44100-stereo-lc-adts
index 10964d1..bca902b 100644
--- a/tests/ref/fate/audiomatch-afconvert-44100-stereo-lc-adts
+++ b/tests/ref/fate/audiomatch-afconvert-44100-stereo-lc-adts
@@ -1 +1 @@
-presig: 4224 postsig:1648 c: 1.0006
+presig: 4224 postsig:1648 c: 1.0006 lenerr:5872
diff --git a/tests/ref/fate/audiomatch-afconvert-44100-stereo-lc-m4a b/tests/ref/fate/audiomatch-afconvert-44100-stereo-lc-m4a
index b11b921..51f23c7 100644
--- a/tests/ref/fate/audiomatch-afconvert-44100-stereo-lc-m4a
+++ b/tests/ref/fate/audiomatch-afconvert-44100-stereo-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:1648 c: 1.0006
+presig: 0 postsig:1648 c: 1.0006 lenerr:1648
diff --git a/tests/ref/fate/audiomatch-dolby-44100-mono-he-mp4 b/tests/ref/fate/audiomatch-dolby-44100-mono-he-mp4
index 53d432e..698c196 100644
--- a/tests/ref/fate/audiomatch-dolby-44100-mono-he-mp4
+++ b/tests/ref/fate/audiomatch-dolby-44100-mono-he-mp4
@@ -1 +1 @@
-presig: 5569 postsig:-1609 c: 0.9702
+presig: 5569 postsig:-1609 c: 0.9702 lenerr:3960
diff --git a/tests/ref/fate/audiomatch-dolby-44100-mono-lc-mp4 b/tests/ref/fate/audiomatch-dolby-44100-mono-lc-mp4
index 3345722..dfc030e 100644
--- a/tests/ref/fate/audiomatch-dolby-44100-mono-lc-mp4
+++ b/tests/ref/fate/audiomatch-dolby-44100-mono-lc-mp4
@@ -1 +1 @@
-presig: 2973 postsig:-37 c: 0.9998
+presig: 2973 postsig:-37 c: 0.9998 lenerr:2936
diff --git a/tests/ref/fate/audiomatch-dolby-44100-stereo-he-mp4 b/tests/ref/fate/audiomatch-dolby-44100-stereo-he-mp4
index c015373..2de86ac 100644
--- a/tests/ref/fate/audiomatch-dolby-44100-stereo-he-mp4
+++ b/tests/ref/fate/audiomatch-dolby-44100-stereo-he-mp4
@@ -1 +1 @@
-presig: 11160 postsig:-3240 c: 0.9703
+presig: 11160 postsig:-3240 c: 0.9703 lenerr:7920
diff --git a/tests/ref/fate/audiomatch-dolby-44100-stereo-he2-mp4 b/tests/ref/fate/audiomatch-dolby-44100-stereo-he2-mp4
index 5876fcb..67edc2b 100644
--- a/tests/ref/fate/audiomatch-dolby-44100-stereo-he2-mp4
+++ b/tests/ref/fate/audiomatch-dolby-44100-stereo-he2-mp4
@@ -1 +1 @@
-presig: 15884 postsig:228 c: 0.8390
+presig: 15884 postsig:228 c: 0.8390 lenerr:16112
diff --git a/tests/ref/fate/audiomatch-dolby-44100-stereo-lc-mp4 b/tests/ref/fate/audiomatch-dolby-44100-stereo-lc-mp4
index c335657..f1be5cb 100644
--- a/tests/ref/fate/audiomatch-dolby-44100-stereo-lc-mp4
+++ b/tests/ref/fate/audiomatch-dolby-44100-stereo-lc-mp4
@@ -1 +1 @@
-presig: 5760 postsig:-1936 c: 0.9837
+presig: 5760 postsig:-1936 c: 0.9837 lenerr:3824
diff --git a/tests/ref/fate/audiomatch-faac-16000-mono-lc-adts b/tests/ref/fate/audiomatch-faac-16000-mono-lc-adts
index 00b6b8c..b2615df 100644
--- a/tests/ref/fate/audiomatch-faac-16000-mono-lc-adts
+++ b/tests/ref/fate/audiomatch-faac-16000-mono-lc-adts
@@ -1 +1 @@
-presig: 0 postsig:768 c: 1.0011
+presig: 0 postsig:768 c: 1.0011 lenerr:768
diff --git a/tests/ref/fate/audiomatch-faac-16000-mono-lc-m4a b/tests/ref/fate/audiomatch-faac-16000-mono-lc-m4a
index 00b6b8c..b2615df 100644
--- a/tests/ref/fate/audiomatch-faac-16000-mono-lc-m4a
+++ b/tests/ref/fate/audiomatch-faac-16000-mono-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:768 c: 1.0011
+presig: 0 postsig:768 c: 1.0011 lenerr:768
diff --git a/tests/ref/fate/audiomatch-faac-16000-stereo-lc-adts b/tests/ref/fate/audiomatch-faac-16000-stereo-lc-adts
index 3efbe5a..b0fa495 100644
--- a/tests/ref/fate/audiomatch-faac-16000-stereo-lc-adts
+++ b/tests/ref/fate/audiomatch-faac-16000-stereo-lc-adts
@@ -1 +1 @@
-presig: 0 postsig:1536 c: 1.0011
+presig: 0 postsig:1536 c: 1.0011 lenerr:1536
diff --git a/tests/ref/fate/audiomatch-faac-16000-stereo-lc-m4a b/tests/ref/fate/audiomatch-faac-16000-stereo-lc-m4a
index 3efbe5a..b0fa495 100644
--- a/tests/ref/fate/audiomatch-faac-16000-stereo-lc-m4a
+++ b/tests/ref/fate/audiomatch-faac-16000-stereo-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:1536 c: 1.0011
+presig: 0 postsig:1536 c: 1.0011 lenerr:1536
diff --git a/tests/ref/fate/audiomatch-faac-44100-mono-lc-adts b/tests/ref/fate/audiomatch-faac-44100-mono-lc-adts
index ba69092..66faeb6 100644
--- a/tests/ref/fate/audiomatch-faac-44100-mono-lc-adts
+++ b/tests/ref/fate/audiomatch-faac-44100-mono-lc-adts
@@ -1 +1 @@
-presig: 0 postsig:888 c: 0.9882
+presig: 0 postsig:888 c: 0.9882 lenerr:888
diff --git a/tests/ref/fate/audiomatch-faac-44100-mono-lc-m4a b/tests/ref/fate/audiomatch-faac-44100-mono-lc-m4a
index ba69092..66faeb6 100644
--- a/tests/ref/fate/audiomatch-faac-44100-mono-lc-m4a
+++ b/tests/ref/fate/audiomatch-faac-44100-mono-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:888 c: 0.9882
+presig: 0 postsig:888 c: 0.9882 lenerr:888
diff --git a/tests/ref/fate/audiomatch-faac-44100-stereo-lc-adts b/tests/ref/fate/audiomatch-faac-44100-stereo-lc-adts
index 25acdba..c40a48e 100644
--- a/tests/ref/fate/audiomatch-faac-44100-stereo-lc-adts
+++ b/tests/ref/fate/audiomatch-faac-44100-stereo-lc-adts
@@ -1 +1 @@
-presig: 0 postsig:1776 c: 0.9882
+presig: 0 postsig:1776 c: 0.9882 lenerr:1776
diff --git a/tests/ref/fate/audiomatch-faac-44100-stereo-lc-m4a b/tests/ref/fate/audiomatch-faac-44100-stereo-lc-m4a
index 25acdba..c40a48e 100644
--- a/tests/ref/fate/audiomatch-faac-44100-stereo-lc-m4a
+++ b/tests/ref/fate/audiomatch-faac-44100-stereo-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:1776 c: 0.9882
+presig: 0 postsig:1776 c: 0.9882 lenerr:1776
diff --git a/tests/ref/fate/audiomatch-nero-16000-mono-he-m4a b/tests/ref/fate/audiomatch-nero-16000-mono-he-m4a
index 37f6716..4ee764e 100644
--- a/tests/ref/fate/audiomatch-nero-16000-mono-he-m4a
+++ b/tests/ref/fate/audiomatch-nero-16000-mono-he-m4a
@@ -1 +1 @@
-presig: -4 postsig:196 c: 0.9736
+presig: -4 postsig:196 c: 0.9736 lenerr:192
diff --git a/tests/ref/fate/audiomatch-nero-16000-mono-lc-m4a b/tests/ref/fate/audiomatch-nero-16000-mono-lc-m4a
index 96627b0..440c419 100644
--- a/tests/ref/fate/audiomatch-nero-16000-mono-lc-m4a
+++ b/tests/ref/fate/audiomatch-nero-16000-mono-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:192 c: 0.9965
+presig: 0 postsig:192 c: 0.9965 lenerr:192
diff --git a/tests/ref/fate/audiomatch-nero-16000-stereo-he-m4a b/tests/ref/fate/audiomatch-nero-16000-stereo-he-m4a
index c21eb01..cdc31c1 100644
--- a/tests/ref/fate/audiomatch-nero-16000-stereo-he-m4a
+++ b/tests/ref/fate/audiomatch-nero-16000-stereo-he-m4a
@@ -1 +1 @@
-presig: -8 postsig:392 c: 0.9777
+presig: -8 postsig:392 c: 0.9777 lenerr:384
diff --git a/tests/ref/fate/audiomatch-nero-16000-stereo-he2-m4a b/tests/ref/fate/audiomatch-nero-16000-stereo-he2-m4a
index 5df74f1..74d5497 100644
--- a/tests/ref/fate/audiomatch-nero-16000-stereo-he2-m4a
+++ b/tests/ref/fate/audiomatch-nero-16000-stereo-he2-m4a
@@ -1 +1 @@
-presig: 2 postsig:2590 c: 0.9934
+presig: 2 postsig:2590 c: 0.9934 lenerr:2592
diff --git a/tests/ref/fate/audiomatch-nero-16000-stereo-lc-m4a b/tests/ref/fate/audiomatch-nero-16000-stereo-lc-m4a
index b67165b..f36c3c8 100644
--- a/tests/ref/fate/audiomatch-nero-16000-stereo-lc-m4a
+++ b/tests/ref/fate/audiomatch-nero-16000-stereo-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:384 c: 0.9961
+presig: 0 postsig:384 c: 0.9961 lenerr:384
diff --git a/tests/ref/fate/audiomatch-nero-44100-mono-he-m4a b/tests/ref/fate/audiomatch-nero-44100-mono-he-m4a
index 5118111..b5dcd9d 100644
--- a/tests/ref/fate/audiomatch-nero-44100-mono-he-m4a
+++ b/tests/ref/fate/audiomatch-nero-44100-mono-he-m4a
@@ -1 +1 @@
-presig: 0 postsig:1336 c: 0.9973
+presig: 0 postsig:1336 c: 0.9973 lenerr:1336
diff --git a/tests/ref/fate/audiomatch-nero-44100-mono-lc-m4a b/tests/ref/fate/audiomatch-nero-44100-mono-lc-m4a
index 2928869..87b074a 100644
--- a/tests/ref/fate/audiomatch-nero-44100-mono-lc-m4a
+++ b/tests/ref/fate/audiomatch-nero-44100-mono-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:312 c: 0.9986
+presig: 0 postsig:312 c: 0.9986 lenerr:312
diff --git a/tests/ref/fate/audiomatch-nero-44100-stereo-he-m4a b/tests/ref/fate/audiomatch-nero-44100-stereo-he-m4a
index 7c20e75..42a87c0 100644
--- a/tests/ref/fate/audiomatch-nero-44100-stereo-he-m4a
+++ b/tests/ref/fate/audiomatch-nero-44100-stereo-he-m4a
@@ -1 +1 @@
-presig: -2 postsig:2674 c: 0.9986
+presig: -2 postsig:2674 c: 0.9986 lenerr:2672
diff --git a/tests/ref/fate/audiomatch-nero-44100-stereo-he2-m4a b/tests/ref/fate/audiomatch-nero-44100-stereo-he2-m4a
index f74a128..3fa2cdb 100644
--- a/tests/ref/fate/audiomatch-nero-44100-stereo-he2-m4a
+++ b/tests/ref/fate/audiomatch-nero-44100-stereo-he2-m4a
@@ -1 +1 @@
-presig: 2 postsig:782 c: 0.9980
+presig: 2 postsig:782 c: 0.9980 lenerr:784
diff --git a/tests/ref/fate/audiomatch-nero-44100-stereo-lc-m4a b/tests/ref/fate/audiomatch-nero-44100-stereo-lc-m4a
index 0393668..11bc41f 100644
--- a/tests/ref/fate/audiomatch-nero-44100-stereo-lc-m4a
+++ b/tests/ref/fate/audiomatch-nero-44100-stereo-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:624 c: 0.9954
+presig: 0 postsig:624 c: 0.9954 lenerr:624
diff --git a/tests/ref/fate/audiomatch-quicktime7-44100-stereo-lc-mp4 b/tests/ref/fate/audiomatch-quicktime7-44100-stereo-lc-mp4
index c9fd297..b11a486 100644
--- a/tests/ref/fate/audiomatch-quicktime7-44100-stereo-lc-mp4
+++ b/tests/ref/fate/audiomatch-quicktime7-44100-stereo-lc-mp4
@@ -1 +1 @@
-presig: 4220 postsig:-2444 c: 0.9768
+presig: 4220 postsig:-2444 c: 0.9768 lenerr:1776
diff --git a/tests/ref/fate/audiomatch-quicktimeX-44100-stereo-lc-m4a b/tests/ref/fate/audiomatch-quicktimeX-44100-stereo-lc-m4a
index 18863d7..9fdaf22 100644
--- a/tests/ref/fate/audiomatch-quicktimeX-44100-stereo-lc-m4a
+++ b/tests/ref/fate/audiomatch-quicktimeX-44100-stereo-lc-m4a
@@ -1 +1 @@
-presig: 0 postsig:1648 c: 0.9994
+presig: 0 postsig:1648 c: 0.9994 lenerr:1648
diff --git a/tests/ref/fate/audiomatch-square-aac b/tests/ref/fate/audiomatch-square-aac
index 2e8b8d2..b3480d5 100644
--- a/tests/ref/fate/audiomatch-square-aac
+++ b/tests/ref/fate/audiomatch-square-aac
@@ -1 +1 @@
-presig: 0 postsig:892 c: 0.9983
+presig: 0 postsig:892 c: 0.9983 lenerr:892
diff --git a/tests/ref/fate/audiomatch-square-mp3 b/tests/ref/fate/audiomatch-square-mp3
index b798641..8de55c2 100644
--- a/tests/ref/fate/audiomatch-square-mp3
+++ b/tests/ref/fate/audiomatch-square-mp3
@@ -1 +1 @@
-presig: 0 postsig:0 c: 0.9447
+presig: 0 postsig:0 c: 0.9447 lenerr:0
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list