remove debug stuff

Originally committed as revision 3657 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 21 years ago
parent 5d0e4cb87a
commit 9b41cb1c41
  1. 4
      libavcodec/rangecoder.h

@ -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;

Loading…
Cancel
Save