remove uneeded include as assert is never used

Originally committed as revision 9622 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Alex Beregszaszi 18 years ago
parent 51ce035e82
commit 8a54ad09fe
  1. 2
      libavformat/ogg.c

@ -28,8 +28,6 @@
#include "avformat.h"
#undef NDEBUG
#include <assert.h>
#define DECODER_BUFFER_SIZE 4096

Loading…
Cancel
Save