Changeset 990 in SHVCSoftware for branches/SHM-dev/cfg


Ignore:
Timestamp:
21 Jan 2015, 19:42:00 (10 years ago)
Author:
seregin
Message:

fix for the ticket #51

Location:
branches/SHM-dev/cfg
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/cfg/encoder_intra_main.cfg

    r951 r990  
    66#Profile                      : main
    77NumProfileTierLevel           : 3
    8 #Profile for the whole bitstream
    9 Profile0                      : scalable-main       
    10 #Profile for the base layer --- this will be ignored when BL is not HEVC
    11 Profile1                      : main
    12 #Profile for the enhancement layer
    13 Profile2                      : scalable-main
     8Profile0                      : main                # Profile for BL (NOTE01: this profile applies to whole layers but only BL is outputted)
     9                                                    #                (NOTE02: this profile has no effect when NonHEVCBase is set to 1)
     10Profile1                      : main                # Profile for BL (NOTE01: this profile applies to HEVC BL only)
     11                                                    #                (NOTE02: When NonHEVCBase is set to 1, this profile & associated level should be updated appropriately)
     12Profile2                      : scalable-main       # Scalable profile
    1413
    1514#======== Unit definition ================
  • branches/SHM-dev/cfg/encoder_intra_main10.cfg

    r951 r990  
    66#Profile                      : main10
    77NumProfileTierLevel           : 3
    8 #Profile for the whole bitstream
    9 Profile0                      : scalable-main10       
    10 #Profile for the base layer --- this will be ignored when BL is not HEVC
    11 Profile1                      : main10
    12 #Profile for the enhancement layer
    13 Profile2                      : scalable-main10
     8Profile0                      : main10                # Profile for BL (NOTE01: this profile applies to whole layers but only BL is outputted)
     9                                                      #                (NOTE02: this profile has no effect when NonHEVCBase is set to 1)
     10Profile1                      : main10                # Profile for BL (NOTE01: this profile applies to HEVC BL only)
     11                                                      #                (NOTE02: When NonHEVCBase is set to 1, this profile & associated level should be updated appropriately)
     12Profile2                      : scalable-main10       # Scalable profile
    1413
    1514#======== Unit definition ================
  • branches/SHM-dev/cfg/encoder_lowdelay_main.cfg

    r951 r990  
    66#Profile                       : main
    77NumProfileTierLevel           : 3
    8 #Profile for the whole bitstream
    9 Profile0                      : scalable-main       
    10 #Profile for the base layer --- this will be ignored when BL is not HEVC
    11 Profile1                      : main
    12 #Profile for the enhancement layer
    13 Profile2                      : scalable-main
     8Profile0                      : main                # Profile for BL (NOTE01: this profile applies to whole layers but only BL is outputted)
     9                                                    #                (NOTE02: this profile has no effect when NonHEVCBase is set to 1)
     10Profile1                      : main                # Profile for BL (NOTE01: this profile applies to HEVC BL only)
     11                                                    #                (NOTE02: When NonHEVCBase is set to 1, this profile & associated level should be updated appropriately)
     12Profile2                      : scalable-main       # Scalable profile
    1413
    1514#======== Unit definition ================
  • branches/SHM-dev/cfg/encoder_lowdelay_main10.cfg

    r951 r990  
    66#Profile                      : main10
    77NumProfileTierLevel           : 3
    8 #Profile for the whole bitstream
    9 Profile0                      : scalable-main10
    10 #Profile for the base layer --- this will be ignored when BL is not HEVC
    11 Profile1                      : main10
    12 #Profile for the enhancement layer
    13 Profile2                      : scalable-main10
     8Profile0                      : main10                # Profile for BL (NOTE01: this profile applies to whole layers but only BL is outputted)
     9                                                      #                (NOTE02: this profile has no effect when NonHEVCBase is set to 1)
     10Profile1                      : main10                # Profile for BL (NOTE01: this profile applies to HEVC BL only)
     11                                                      #                (NOTE02: When NonHEVCBase is set to 1, this profile & associated level should be updated appropriately)
     12Profile2                      : scalable-main10       # Scalable profile
    1413
    1514#======== Unit definition ================
  • branches/SHM-dev/cfg/encoder_randomaccess_main.cfg

    r951 r990  
    66#Profile                      : main
    77NumProfileTierLevel           : 3
    8 #Profile for the whole bitstream
    9 Profile0                      : scalable-main       
    10 #Profile for the base layer --- this will be ignored when BL is not HEVC
    11 Profile1                      : main
    12 #Profile for the enhancement layer
    13 Profile2                      : scalable-main
     8Profile0                      : main                # Profile for BL (NOTE01: this profile applies to whole layers but only BL is outputted)
     9                                                    #                (NOTE02: this profile has no effect when NonHEVCBase is set to 1)
     10Profile1                      : main                # Profile for BL (NOTE01: this profile applies to HEVC BL only)
     11                                                    #                (NOTE02: When NonHEVCBase is set to 1, this profile & associated level should be updated appropriately)
     12Profile2                      : scalable-main       # Scalable profile
    1413
    1514#======== Unit definition ================
  • branches/SHM-dev/cfg/encoder_randomaccess_main10.cfg

    r951 r990  
    66#Profile                      : main10
    77NumProfileTierLevel           : 3
    8 #Profile for the whole bitstream
    9 Profile0                      : scalable-main10       
    10 #Profile for the base layer --- this will be ignored when BL is not HEVC
    11 Profile1                      : main10
    12 #Profile for the enhancement layer
    13 Profile2                      : scalable-main10
     8Profile0                      : main10                # Profile for BL (NOTE01: this profile applies to whole layers but only BL is outputted)
     9                                                      #                (NOTE02: this profile has no effect when NonHEVCBase is set to 1)
     10Profile1                      : main10                # Profile for BL (NOTE01: this profile applies to HEVC BL only)
     11                                                      #                (NOTE02: When NonHEVCBase is set to 1, this profile & associated level should be updated appropriately)
     12Profile2                      : scalable-main10       # Scalable profile
    1413
    1514#======== Unit definition ================
Note: See TracChangeset for help on using the changeset viewer.