Files
android_development/tools/yuv420sp2rgb/cmdline.h
2009-04-23 13:14:30 -07:00

16 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*/