Opened 9 years ago Closed 9 years ago #85 closed defect (fixed)Wrong NumViews derivation
Description
NumView derivation seems not correct. The current code recognized 6 views when there is only 3 views. I found this bug when decoding the bitstream in http://wftp3.itu.int/av-arch/jct3v-site/bitstream_exchange/under_test/MV-HEVC/MVHEVCS_I_Nokia_2.zip (but some additional workaround is needed for testing with the bistream)
The current code in getNumViews() [TComSlice.cpp]
should be replaced with
Change history (1)comment:1 Changed 9 years ago by Vadim
Note: See TracTickets for help on using tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
fixed with rev 1455