[dvblast-devel] [PATCH 18/20] dvblastctl: Detect and show ATSC frontend type in fe_status.

Georgi Chorbadzhiyski gf at unixsol.org
Mon Sep 5 09:52:53 CEST 2011


---
 dvblastctl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dvblastctl.c b/dvblastctl.c
index 3af3c81..0f91687 100644
--- a/dvblastctl.c
+++ b/dvblastctl.c
@@ -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;
         }
 
-- 
1.7.5.1



More information about the dvblast-devel mailing list