mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Make base64 test program compilable as a standard test program.
Originally committed as revision 16713 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
40f5cd89c9
commit
448887a6bb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user