summaryrefslogtreecommitdiff
path: root/libavcodec/snowenc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-29 17:05:11 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-29 17:08:56 +0200
commit1cefdc397ed04dd1e0ff5dd1f09e126f13b5aa06 (patch)
treeea02e933a38f41b95757fbbb1172ddf28180deee /libavcodec/snowenc.c
parent2bc8348c85c94b66c9b479fef2eee6c859594e4b (diff)
avcodec/snowenc: remove now unneeded include <assert.h>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/snowenc.c')
-rw-r--r--libavcodec/snowenc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/snowenc.c b/libavcodec/snowenc.c
index 695db4aa76..de3a8ba55c 100644
--- a/libavcodec/snowenc.c
+++ b/libavcodec/snowenc.c
@@ -34,9 +34,6 @@
#include "mpegvideo.h"
#include "h263.h"
-#undef NDEBUG
-#include <assert.h>
-
static av_cold int encode_init(AVCodecContext *avctx)
{
SnowContext *s = avctx->priv_data;