voidxWriteOutput(PicList*pcListPic,uint32_ttId);///< write YUV to file
#if JVET_S0078_NOOUTPUTPRIORPICFLAG
voidxFlushOutput(PicList*pcListPic,constintlayerId=NOT_VALID,boolnoOutputOfPriorPicsFlag=false);///< flush all remaining decoded pictures to file
#else
voidxFlushOutput(PicList*pcListPic,constintlayerId=NOT_VALID);///< flush all remaining decoded pictures to file
#endif
boolisNewPicture(ifstream*bitstreamFile,classInputByteStream*bytestream);///< check if next NAL unit will be the first NAL unit from a new picture
boolisNewAccessUnit(boolnewPicture,ifstream*bitstreamFile,classInputByteStream*bytestream);///< check if next NAL unit will be the first NAL unit from a new access unit