Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-19 20:52:41 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-07-19 20:52:41 +0400
commit6d323ff57af2a9cf51b0668240fcb11b0fa21fc0 (patch)
treecf237f8983cc4c3e74b8845d464037605308b2ab /libswscale/x86
parentdb33010483a024f1343bfb516415fe9ef77e82d9 (diff)
swscale: remove unneeded include assert.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/x86')
-rw-r--r--libswscale/x86/yuv2rgb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/x86/yuv2rgb.c b/libswscale/x86/yuv2rgb.c
index 3938e6bae3..cceca49ca8 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"