1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-08 16:54:03 +02:00

remove debug stuff

Originally committed as revision 3657 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-10-31 02:51:39 +00:00
parent 5d0e4cb87a
commit 9b41cb1c41

@ -23,10 +23,6 @@
* Range coder. * Range coder.
*/ */
#undef NDEBUG
#include <assert.h>
typedef struct RangeCoder{ typedef struct RangeCoder{
int low; int low;
int range; int range;