-
- Downloads
Fix #356: fix value of SPS::m_numRPL0/1
Set SPS::m_numRPL0/1 equal to num_ref_pic_lists_in_sps instead of num_ref_pic_lists_in_sps + 1. This allow to align the parsing of slice_header with specification when getNumRPL0() or getNumRPL1() are called (correspond to the condition on num_ref_pic_lists_in_sps in the specfication).
Showing
- source/Lib/CommonLib/Slice.cpp 2 additions, 2 deletionssource/Lib/CommonLib/Slice.cpp
- source/Lib/DecoderLib/VLCReader.cpp 2 additions, 2 deletionssource/Lib/DecoderLib/VLCReader.cpp
- source/Lib/EncoderLib/EncLib.cpp 4 additions, 4 deletionssource/Lib/EncoderLib/EncLib.cpp
- source/Lib/EncoderLib/VLCWriter.cpp 2 additions, 3 deletionssource/Lib/EncoderLib/VLCWriter.cpp
Loading
Please register or sign in to comment