summaryrefslogtreecommitdiffstats
path: root/libavformat/swf.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-05-26 15:48:12 +0200
committerClément Bœsch <ubitux@gmail.com>2013-05-26 15:48:50 +0200
commit477f4efd0f1ce4527940b5d9ac90aa31f4298282 (patch)
tree85d511329b1d71a1d7c2667d3184529e97fc0ca8 /libavformat/swf.h
parent438c45c08a1f9f0e476d9e3edb1995da61192bce (diff)
downloadffmpeg-streaming-477f4efd0f1ce4527940b5d9ac90aa31f4298282.zip
ffmpeg-streaming-477f4efd0f1ce4527940b5d9ac90aa31f4298282.tar.gz
lavf/swf: remove unused assert include.
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r--libavformat/swf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h
index b9722c1..c1667b3 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -120,9 +120,6 @@ enum {
#define VIDEO_ID 0
#define SHAPE_ID 1
-#undef NDEBUG
-#include <assert.h>
-
typedef struct SWFContext {
int64_t duration_pos;
int64_t tag_pos;
OpenPOWER on IntegriCloud