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