mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
tv: fix option type
It appears this makes it actually compatible with the property. It was an ancient MPlayer artifact all along.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
struct mp_log;
|
||||
|
||||
typedef struct tv_params {
|
||||
char *freq;
|
||||
float freq;
|
||||
char *channel;
|
||||
char *chanlist;
|
||||
char *norm;
|
||||
|
||||
Reference in New Issue
Block a user