Commit aef358cc authored by Georgi Chorbadzhiyski's avatar Georgi Chorbadzhiyski

dvblastctl: Detect and show ATSC frontend type in fe_status.

parent 23038e3c
......@@ -490,6 +490,7 @@ int main( int i_argc, char **ppsz_argv )
case FE_QPSK: printf("type: QPSK\n"); break;
case FE_QAM: printf("type: QAM\n"); break;
case FE_OFDM: printf("type: OFDM\n"); break;
case FE_ATSC: printf("type: ATSC\n"); break;
default: printf("type: UNKNOWN\n"); break;
}
......
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