Sign in
ara-mdk
/
platform
/
development
/
67b7a3a3fc47db88c901bde9ca3c49e6ae7055bc
/
.
/
tools
/
yuv420sp2rgb
/
cmdline.h
blob: 49760adbf225803de1f4e23b7f070634bc5324cc [
file
] [
log
] [
blame
]
#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*/