[FFmpeg-cvslog] r9622 - trunk/libavformat/ogg.c
alex
subversion
Fri Jul 13 14:01:56 CEST 2007
Author: alex
Date: Fri Jul 13 14:01:56 2007
New Revision: 9622
Log:
remove uneeded include as assert is never used
Modified:
trunk/libavformat/ogg.c
Modified: trunk/libavformat/ogg.c
==============================================================================
--- trunk/libavformat/ogg.c (original)
+++ trunk/libavformat/ogg.c Fri Jul 13 14:01:56 2007
@@ -28,8 +28,6 @@
#include "avformat.h"
-#undef NDEBUG
-#include <assert.h>
#define DECODER_BUFFER_SIZE 4096
More information about the ffmpeg-cvslog
mailing list