summaryrefslogtreecommitdiff
path: root/libavformat/ogg.c
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2007-07-13 12:01:56 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2007-07-13 12:01:56 +0000
commit8a54ad09feda86c8f38956d32734ba9567042bba (patch)
tree8f60749e3bed7f7d5b25da9ca6cdc2f6e91fc87a /libavformat/ogg.c
parent51ce035e827e1f3715cbad5f61b129ab08b71818 (diff)
remove uneeded include as assert is never used
Originally committed as revision 9622 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ogg.c')
-rw-r--r--libavformat/ogg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/ogg.c b/libavformat/ogg.c
index c98bb22735..9a5f11d09c 100644
--- a/libavformat/ogg.c
+++ b/libavformat/ogg.c
@@ -28,8 +28,6 @@
#include "avformat.h"
-#undef NDEBUG
-#include <assert.h>
#define DECODER_BUFFER_SIZE 4096