Opened 6 years ago
Closed 6 years ago
#256 closed defect (fixed)
CurrPicIsOnlyRef is not used, the associated text should be removed
| Reported by: | Vadim | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | spec | Version: | |
| Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… | 
Description
The variable CurrPicIsOnlyRef, specifying that the current decoded picture is the only reference picture for the current slice, is derived as follows:
CurrPicIsOnlyRef = sps_cpr_enabled_flag  &&  ( slice_type  ==  P )  &&                         ( num_ref_idx_active_minus1[ 0 ] == 0 )           (7-45)
Change history (2)
comment:1 Changed 6 years ago by yk
comment:2 Changed 6 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Fixed in D5 v4
Note: See TracTickets for help on using tickets.
    
Agreed; this should be removed.