diff options
Diffstat (limited to 'libavformat/swf.h')
-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; |