android_mt6572_jiabo/development/tools/yuv420sp2rgb/cmdline.h
2025-09-05 16:56:03 +08:00

15 lines
405 B
C

#ifndef CMDLINE_H
#define CMDLINE_H
void print_help(const char *executable_name);
extern int get_options(int argc, char **argv,
char **outfile,
int *height,
int *width,
int *gray,
char **type,
int *rotate,
int *verbose);
#endif/*CMDLINE_H*/