mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-07 23:32:33 +00:00
avcodec/vc1: remove unneeded #includes, there are no assert() only av_assert*
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
335c150ba1
commit
bc74f946bc
@ -37,9 +37,6 @@
|
|||||||
#include "unary.h"
|
#include "unary.h"
|
||||||
#include "simple_idct.h"
|
#include "simple_idct.h"
|
||||||
|
|
||||||
#undef NDEBUG
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/**
|
/**
|
||||||
* @name VC-1 Bitplane decoding
|
* @name VC-1 Bitplane decoding
|
||||||
|
Loading…
Reference in New Issue
Block a user