[FFmpeg-cvslog] tests/audiomatch: Add missing return code at the end of main()

Michael Niedermayer git at videolan.org
Tue Dec 19 22:32:43 EET 2017


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Dec 19 21:05:40 2017 +0100| [65da5c56e661a839e017db4c51c73d6f3d8a8fcb] | committer: Michael Niedermayer

tests/audiomatch: Add missing return code at the end of main()

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65da5c56e661a839e017db4c51c73d6f3d8a8fcb
---

 tests/audiomatch.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/audiomatch.c b/tests/audiomatch.c
index c17227859a..d44c4070e0 100644
--- a/tests/audiomatch.c
+++ b/tests/audiomatch.c
@@ -109,4 +109,6 @@ int main(int argc, char **argv) {
         }
     }
     printf("presig: %d postsig:%d c:%7.4f lenerr:%d\n", bestpos, datlen - siglen - bestpos, bestc / sigamp, datlen - siglen);
+
+    return 0;
 }



More information about the ffmpeg-cvslog mailing list