| Index: source/libvpx/examples/vp9_spatial_svc_encoder.c
|
| diff --git a/source/libvpx/examples/vp9_spatial_svc_encoder.c b/source/libvpx/examples/vp9_spatial_svc_encoder.c
|
| index f4deb693b2f8c4061aebefe385f627c41f65f549..a3fd65f2a9496617e87df2909e02226229be0769 100644
|
| --- a/source/libvpx/examples/vp9_spatial_svc_encoder.c
|
| +++ b/source/libvpx/examples/vp9_spatial_svc_encoder.c
|
| @@ -116,7 +116,7 @@ typedef struct {
|
|
|
| static const char *exec_name;
|
|
|
| -void usage_exit() {
|
| +void usage_exit(void) {
|
| fprintf(stderr, "Usage: %s <options> input_filename output_filename\n",
|
| exec_name);
|
| fprintf(stderr, "Options:\n");
|
|
|