| Index: source/libvpx/examples/simple_encoder.c
|
| diff --git a/source/libvpx/examples/simple_encoder.c b/source/libvpx/examples/simple_encoder.c
|
| index e805c258747e569193cbf69a3c784da7ae133dd3..a30772973180a460323b284d8235285429c5d23e 100644
|
| --- a/source/libvpx/examples/simple_encoder.c
|
| +++ b/source/libvpx/examples/simple_encoder.c
|
| @@ -106,7 +106,7 @@
|
|
|
| static const char *exec_name;
|
|
|
| -void usage_exit() {
|
| +void usage_exit(void) {
|
| fprintf(stderr,
|
| "Usage: %s <codec> <width> <height> <infile> <outfile> "
|
| "<keyframe-interval> [<error-resilient>]\nSee comments in "
|
|
|