diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-23 15:19:35 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-23 15:19:35 +0200 | 
| commit | 263b13f0c81952d2355607cce0212916c6f4040e (patch) | |
| tree | 69f075d5349256dba47cd49edf58cf11ba425827 | |
| parent | 407603ca0bc658b278fc7a12e69b37394bbbb757 (diff) | |
| download | dabmux-263b13f0c81952d2355607cce0212916c6f4040e.tar.gz dabmux-263b13f0c81952d2355607cce0212916c6f4040e.tar.bz2 dabmux-263b13f0c81952d2355607cce0212916c6f4040e.zip  | |
Add remark about component order in advanced.mux example
| -rw-r--r-- | doc/advanced.mux | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index 4543998..8d460d2 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -282,6 +282,10 @@ components {          ; as EPG or Slideshow.      } +    ; If a service is used in more than one component, the primary component has to +    ; be placed above the secondary component(s) to ensure that the SCIdS field of FIG0/8 +    ; is zero for the primary service component. (New in EN 300 401 V2.1.1) +      comp-lu {          service srv-lu          subchannel sub-lu  | 
