Use consistent variable names
Use the same variable name in functions declaration and definition. Signed-off-by: Yu-Chen Lin <npes87184@gmail.com> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
committed by
Romain Vimont
parent
6537c2ef01
commit
fcf225049d
@@ -20,7 +20,7 @@ struct recorder {
|
||||
};
|
||||
|
||||
bool
|
||||
recorder_init(struct recorder *recoder, const char *filename,
|
||||
recorder_init(struct recorder *recorder, const char *filename,
|
||||
enum recorder_format format, struct size declared_frame_size);
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user