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:
wm4
2016-11-22 15:28:47 +01:00
parent c731513efa
commit 78f76bdddd
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
struct mp_log;
typedef struct tv_params {
char *freq;
float freq;
char *channel;
char *chanlist;
char *norm;