Commit 1c858fbd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

DTV: fix DVB-S autodetection

parent b2128822
...@@ -674,7 +674,7 @@ static const delsys_t *GuessSystem (const char *scheme, dvb_device_t *dev) ...@@ -674,7 +674,7 @@ static const delsys_t *GuessSystem (const char *scheme, dvb_device_t *dev)
if (systems & DVB_C) if (systems & DVB_C)
return &dvbc; return &dvbc;
if (systems & DVB_S) if (systems & DVB_S)
return &dvbc; return &dvbs;
if (systems & DVB_T) if (systems & DVB_T)
return &dvbt; return &dvbt;
if (systems & ATSC) if (systems & ATSC)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment