source: 3DVCSoftware/branches/HTM-15.1-dev0-Disney/cfg/SEI/alternativeDepthInfoSei_warpmap.cfg @ 1344

Last change on this file since 1344 was 1344, checked in by tech, 9 years ago

Minor fixes to SEI messages.

  • Property svn:eol-style set to native
File size: 1.6 KB
Line 
1
2PayloadType                     : 181
3
4#======== Applicability  ==========    ( SEI is only send for pictures in intersection )
5ApplicableLayerIds              :                             # LayerIds      of layers   to which the SEI is added. (all when empty)
6ApplicablePocs                  :                             # POCs          of pictures to which the SEI is added. (all when empty)
7ApplicableTids                  :                             # Tids          of pictures to which the SEI is added. (all when empty)
8ApplicableVclNaluTypes          :                             # NaluUnitTypes of picture  to which the SEI is added. (all when empty)
9
10#======== Position in bit stream  ============
11SeiNaluId                       : 0                              # Identifies to which NAL unit  the SEI is added
12PositionInSeiNalu               : 0                              # Identifies the position within the NAL unit
13
14#======== Payload modification =============
15ModifyByEncoder                 : 0                            #  0: Use payload as specified in cfg file   1: Modify SEI by encoder.
16
17#======== Payload specification =============
18AlternativeDepthInfoCancelFlag  : 0
19DepthType                       : 1
20MinOffsetXInt                   : -10
21MinOffsetXFrac                  : 50
22MaxOffsetXInt                   : 70
23MaxOffsetXFrac                  : 30
24OffsetYPresentFlag              : 1
25MinOffsetYInt                   : -20
26MinOffsetYFrac                  : 70
27MaxOffsetYInt                   : 30
28MaxOffsetYFrac                  : 154
29WarpMapSizePresentFlag          : 1
30WarpMapWidthMinus2              : 700
31WarpMapHeightMinus2             : 300
Note: See TracBrowser for help on using the repository browser.