mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avformat/asfenc: remove unneeded #include, there are no assert() only av_assert*
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
ca8617a04d
commit
12c5addebc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user