Browse Source

remove debug stuff

Originally committed as revision 3657 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
9b41cb1c41
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavcodec/rangecoder.h

+ 0
- 4
libavcodec/rangecoder.h View File

@@ -23,10 +23,6 @@
* Range coder.
*/


#undef NDEBUG
#include <assert.h>

typedef struct RangeCoder{
int low;
int range;


Loading…
Cancel
Save