Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
development
/
abc6d891a037e33fe70cc24a032efa58a10d16fa
/
.
/
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*/