make sound rates platform dependent

This commit is contained in:
kub 2024-02-17 19:32:30 +01:00
parent c825b167e9
commit 82b4854771
4 changed files with 7 additions and 2 deletions

2
plat.h
View file

@ -46,6 +46,8 @@ struct plat_target {
int vout_fullscreen;
const char **hwfilters;
int hwfilter;
const int *sound_rates;
int sound_rate;
};
extern struct plat_target plat_target;