summaryrefslogtreecommitdiff
path: root/libswscale/input.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-19 18:52:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-19 18:52:41 +0200
commit6d323ff57af2a9cf51b0668240fcb11b0fa21fc0 (patch)
treecf237f8983cc4c3e74b8845d464037605308b2ab /libswscale/input.c
parentdb33010483a024f1343bfb516415fe9ef77e82d9 (diff)
swscale: remove unneeded include assert.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/input.c')
-rw-r--r--libswscale/input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/input.c b/libswscale/input.c
index 8016c307c6..919b232231 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>