git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bc67f8
)
* add support for ATSC modulation types
author
Benjamin Pracht
<bigben@videolan.org>
Mon, 17 Dec 2007 06:40:11 +0000
(06:40 +0000)
committer
Benjamin Pracht
<bigben@videolan.org>
Mon, 17 Dec 2007 06:40:11 +0000
(06:40 +0000)
modules/demux/playlist/dvb.c
patch
|
blob
|
history
diff --git
a/modules/demux/playlist/dvb.c
b/modules/demux/playlist/dvb.c
index
6795b37
..
8f8c730
100644
(file)
--- a/
modules/demux/playlist/dvb.c
+++ b/
modules/demux/playlist/dvb.c
@@
-175,6
+175,8
@@
static struct
{ "QAM_64", "dvb-modulation=64" },
{ "QAM_128", "dvb-modulation=128" },
{ "QAM_256", "dvb-modulation=256" },
+ { "8VSB", "dvb-modulation=8" },
+ { "16VSB", "dvb-modulation=16" },
{ "TRANSMISSION_MODE_AUTO", "dvb-transmission=0" },
{ "TRANSMISSION_MODE_2K", "dvb-transmission=2" },