FFmpeg
tests
Macros
|
Functions
base64.c File Reference
#include <stdio.h>
Go to the source code of this file.
Macros
#define
putb64
()
Functions
int
main
(void)
Macro Definition Documentation
◆
putb64
#define putb64
(
)
Value:
do
{ \
putchar(b64[(i_bits << 6 >> i_shift) & 0x3f]); \
out_len++; \
i_shift -= 6; \
}
while
(0)
Function Documentation
◆
main()
int
main
(
void
)
Definition at line
25
of file
base64.c
.
Generated on Thu Sep 26 2024 23:16:22 for FFmpeg by
1.8.17