FFmpeg
Loading...
Searching...
No Matches
base64_internal.h File Reference
#include <stdint.h>
#include "intreadwrite.h"

Go to the source code of this file.

Functions

static char * ff_base64_encode_c (char *out, const uint8_t *in, int in_size, const char *b64)
 

Function Documentation

◆ ff_base64_encode_c()

static char * ff_base64_encode_c ( char * out,
const uint8_t * in,
int in_size,
const char * b64 )
inlinestatic

Definition at line 33 of file base64_internal.h.

Referenced by av_base64_encode().