Browse code

lavf/swf: remove unused assert include.

Clément Bœsch authored on 2013/05/26 22:48:12
Showing 1 changed files
... ...
@@ -120,9 +120,6 @@ enum {
120 120
 #define VIDEO_ID 0
121 121
 #define SHAPE_ID  1
122 122
 
123
-#undef NDEBUG
124
-#include <assert.h>
125
-
126 123
 typedef struct SWFContext {
127 124
     int64_t duration_pos;
128 125
     int64_t tag_pos;