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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/37/head
Michael Niedermayer 12 years ago
parent 2bc8348c85
commit 1cefdc397e
  1. 3
      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;

Loading…
Cancel
Save