Browse Source

lavf/swf: remove unused assert include.

tags/n2.0
Clément Bœsch 12 years ago
parent
commit
477f4efd0f
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavformat/swf.h

+ 0
- 3
libavformat/swf.h View File

@@ -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;


Loading…
Cancel
Save