You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
549 B

  1. --- a/src/outputs.h
  2. +++ b/src/outputs.h
  3. @@ -185,7 +185,7 @@ struct output_data
  4. int samples;
  5. };
  6. -struct output_buffer
  7. +static struct output_buffer
  8. {
  9. struct timespec pts;
  10. // The array is two larger than max quality subscriptions because element 0
  11. @@ -262,7 +262,7 @@ struct output_definition
  12. };
  13. // Our main list of devices, not for use by backend modules
  14. -struct output_device *output_device_list;
  15. +static struct output_device *output_device_list;
  16. /* ------------------------------- General use ------------------------------ */