Browse Source

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

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.6
Paul B Mahol 10 years ago
parent
commit
12c5addebc
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavformat/asfenc.c

+ 0
- 4
libavformat/asfenc.c View File

@@ -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…
Cancel
Save