diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-07-13 12:01:56 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-07-13 12:01:56 +0000 |
commit | 8a54ad09feda86c8f38956d32734ba9567042bba (patch) | |
tree | 8f60749e3bed7f7d5b25da9ca6cdc2f6e91fc87a | |
parent | 51ce035e827e1f3715cbad5f61b129ab08b71818 (diff) | |
download | ffmpeg-8a54ad09feda86c8f38956d32734ba9567042bba.tar.gz |
remove uneeded include as assert is never used
Originally committed as revision 9622 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/ogg.c | 2 |
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 |