1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-08-29 17:05:11 +02:00
parent 2bc8348c85
commit 1cefdc397e

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;