diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-09 08:16:28 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-09 08:16:28 +0200 |
commit | a0896965f237d0cbaec9d40e374425971db8c61a (patch) | |
tree | 6383347a66275136c392c92e89f2c64c5436c95d /doc/advanced.mux | |
parent | 2d1e3d06c515178f3a173030a64885ad5ca7cc1f (diff) | |
download | dabmux-a0896965f237d0cbaec9d40e374425971db8c61a.tar.gz dabmux-a0896965f237d0cbaec9d40e374425971db8c61a.tar.bz2 dabmux-a0896965f237d0cbaec9d40e374425971db8c61a.zip |
Reindent code and update doc
Diffstat (limited to 'doc/advanced.mux')
-rw-r--r-- | doc/advanced.mux | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index e82dcb3..4543998 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -276,25 +276,21 @@ components { ; FIG 0/13 is only transmitted when figtype is defined. ; The -d option on the command line is: ;datagroup (true|false) - ; and defaults to false. You should normally set - ;datagroup true - ; if your packet mode channel is tranferrng an MOT application such - ; as EPG or Slideshow. + ; and defaults to false. You should normally set + ;datagroup true + ; if your packet mode subchannel is tranferring an MOT application such + ; as EPG or Slideshow. } comp-lu { service srv-lu subchannel sub-lu - - datagroup true figtype 0x2 } comp-ri { service srv-ri subchannel sub-ri - - datagroup true figtype 0x2 } } |