提交 2848ce84 编写于 作者: L Loren Merritt

don't force asserts in release builds. 2% faster h264.

Originally committed as revision 5332 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 0c2aaa88
......@@ -24,7 +24,7 @@
*/
#undef NDEBUG
//#undef NDEBUG
#include <assert.h>
#define CABAC_BITS 8
......
......@@ -33,7 +33,7 @@
#include "cabac.h"
#undef NDEBUG
//#undef NDEBUG
#include <assert.h>
#define interlaced_dct interlaced_dct_is_a_bad_name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册