提交 448887a6 编写于 作者: D Diego Biurrun

Make base64 test program compilable as a standard test program.

Originally committed as revision 16713 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 40f5cd89
......@@ -100,12 +100,11 @@ char *av_base64_encode(char * buf, int buf_len, const uint8_t * src, int len)
return ret;
}
// #define TEST_BASE64
#ifdef TEST
#include "log.h"
#include "mem.h"
#ifdef TEST_BASE64
#include "avutil.h"
int b64test(void)
int main(void)
{
int numerr = 0;
int len;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册