| 1243 | | if (!sliceSegment) |
| 1244 | | { |
| 1245 | | pcSlice->setTileLocationCount ( 0 ); |
| 1246 | | m_pcSliceEncoder->encodeSlice(pcPic, pcBitstreamRedirect, pcSubstreamsOut); // redirect is only used for CAVLC tile position info. |
| 1247 | | } |
| 1248 | | else |
| 1249 | | { |
| 1250 | | m_pcSliceEncoder->encodeSlice(pcPic, &nalu.m_Bitstream, pcSubstreamsOut); // nalu.m_Bitstream is only used for CAVLC tile position info. |
| 1251 | | } |
| | 1243 | pcSlice->setTileLocationCount ( 0 ); |
| | 1244 | m_pcSliceEncoder->encodeSlice(pcPic, pcBitstreamRedirect, pcSubstreamsOut); // redirect is only used for CAVLC tile position info. |