You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-20 06:16:02 +02:00
remove debug stuff
Originally committed as revision 3657 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user