[FFmpeg-cvslog] swscale: 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:52:41 2013 +0200| [6d323ff57af2a9cf51b0668240fcb11b0fa21fc0] | committer: Michael Niedermayer

swscale: remove unneeded include assert.h

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

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

 libswscale/input.c       |    1 -
 libswscale/swscale.c     |    1 -
 libswscale/x86/yuv2rgb.c |    1 -
 3 files changed, 3 deletions(-)

diff --git a/libswscale/input.c b/libswscale/input.c
index 8016c30..919b232 100644
--- a/libswscale/input.c
+++ b/libswscale/input.c
@@ -18,7 +18,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <assert.h>
 #include <math.h>
 #include <stdint.h>
 #include <stdio.h>
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index c5bba82..cec4288 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -18,7 +18,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <assert.h>
 #include <inttypes.h>
 #include <math.h>
 #include <stdio.h>
diff --git a/libswscale/x86/yuv2rgb.c b/libswscale/x86/yuv2rgb.c
index 3938e6b..cceca49 100644
--- a/libswscale/x86/yuv2rgb.c
+++ b/libswscale/x86/yuv2rgb.c
@@ -27,7 +27,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <inttypes.h>
-#include <assert.h>
 
 #include "config.h"
 #include "libswscale/rgb2rgb.h"



More information about the ffmpeg-cvslog mailing list