[FFmpeg-cvslog] tests/tiny_psnr: remove unneeded include assert.h

Michael Niedermayer git at videolan.org
Fri Jul 19 19:14:59 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jul 19 18:55:28 2013 +0200| [ca857c86bdd3947de956eedcbb40349f6b570442] | committer: Michael Niedermayer

tests/tiny_psnr: remove unneeded include assert.h

This is the only such occurance on tests/

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 tests/tiny_psnr.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/tiny_psnr.c b/tests/tiny_psnr.c
index 264aa4d..5d01065 100644
--- a/tests/tiny_psnr.c
+++ b/tests/tiny_psnr.c
@@ -22,7 +22,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <inttypes.h>
-#include <assert.h>
 
 #include "libavutil/intfloat.h"
 



More information about the ffmpeg-cvslog mailing list