You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
don't force asserts in release builds. 2% faster h264.
Originally committed as revision 5332 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#undef NDEBUG
|
//#undef NDEBUG
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#define CABAC_BITS 8
|
#define CABAC_BITS 8
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
#include "cabac.h"
|
#include "cabac.h"
|
||||||
|
|
||||||
#undef NDEBUG
|
//#undef NDEBUG
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#define interlaced_dct interlaced_dct_is_a_bad_name
|
#define interlaced_dct interlaced_dct_is_a_bad_name
|
||||||
|
Reference in New Issue
Block a user