diff options
author | Clément Bœsch | 2013-05-26 15:48:12 +0200 |
---|---|---|
committer | Clément Bœsch | 2013-05-26 15:48:50 +0200 |
commit | 477f4efd0f1ce4527940b5d9ac90aa31f4298282 (patch) | |
tree | 85d511329b1d71a1d7c2667d3184529e97fc0ca8 | |
parent | 438c45c08a1f9f0e476d9e3edb1995da61192bce (diff) |
lavf/swf: remove unused assert include.
-rw-r--r-- | libavformat/swf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h index b9722c1c9a..c1667b3c24 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; |