Commit 12c5adde authored by Paul B Mahol's avatar Paul B Mahol

avformat/asfenc: remove unneeded #include, there are no assert() only av_assert*

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent ca8617a0
......@@ -28,10 +28,6 @@
#include "riff.h"
#include "asf.h"
#undef NDEBUG
#include <assert.h>
#define ASF_INDEXED_INTERVAL 10000000
#define ASF_INDEX_BLOCK (1<<9)
#define ASF_PAYLOADS_PER_PACKET 63
......
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