Browse Source

remove uneeded include as assert is never used

Originally committed as revision 9622 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi 18 years ago
parent
commit
8a54ad09fe
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/ogg.c

+ 0
- 2
libavformat/ogg.c View File

@@ -28,8 +28,6 @@

#include "avformat.h"

#undef NDEBUG
#include <assert.h>

#define DECODER_BUFFER_SIZE 4096



Loading…
Cancel
Save