Browse Source

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer 12 years ago
parent
commit
1cefdc397e
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavcodec/snowenc.c

+ 0
- 3
libavcodec/snowenc.c View File

@@ -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