Commit 1cefdc39 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/snowenc: remove now unneeded include <assert.h>

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2bc8348c
...@@ -34,9 +34,6 @@ ...@@ -34,9 +34,6 @@
#include "mpegvideo.h" #include "mpegvideo.h"
#include "h263.h" #include "h263.h"
#undef NDEBUG
#include <assert.h>
static av_cold int encode_init(AVCodecContext *avctx) static av_cold int encode_init(AVCodecContext *avctx)
{ {
SnowContext *s = avctx->priv_data; SnowContext *s = avctx->priv_data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment