Revision 5b21bdab libavutil/base64.h
libavutil/base64.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef AVUTIL_BASE64_H
|
|
23 |
#define AVUTIL_BASE64_H
|
|
22 |
#ifndef FFMPEG_BASE64_H
|
|
23 |
#define FFMPEG_BASE64_H
|
|
24 | 24 |
|
25 | 25 |
#include <stdint.h> |
26 | 26 |
|
... | ... | |
37 | 37 |
*/ |
38 | 38 |
char *av_base64_encode(char * buf, int buf_len, uint8_t * src, int len); |
39 | 39 |
|
40 |
#endif // AVUTIL_BASE64_H |
|
40 |
#endif /* FFMPEG_BASE64_H */ |
Also available in: Unified diff