[Redbutton-devel] SF.net SVN: redbutton: [305] redbutton-download/trunk/channels.c
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-05-01 12:19:58
|
Revision: 305
http://svn.sourceforge.net/redbutton/?rev=305&view=rev
Author: skilvington
Date: 2007-05-01 05:19:57 -0700 (Tue, 01 May 2007)
Log Message:
-----------
include ATSC modulation types
Modified Paths:
--------------
redbutton-download/trunk/channels.c
Modified: redbutton-download/trunk/channels.c
===================================================================
--- redbutton-download/trunk/channels.c 2007-05-01 10:19:43 UTC (rev 304)
+++ redbutton-download/trunk/channels.c 2007-05-01 12:19:57 UTC (rev 305)
@@ -223,7 +223,9 @@
{ "QAM_32", QAM_32 },
{ "QAM_64", QAM_64 },
{ "QAM_128", QAM_128 },
- { "QAM_256", QAM_256 }
+ { "QAM_256", QAM_256 },
+ { "8VSB", VSB_8 },
+ { "16VSB", VSB_16 }
};
static const struct param transmissionmode_list[] =
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|