Add a separate epb_cache variable to the codecparser NalReader to detect Emulation Prevention Bytes separately from the main bit cache. This fixes problems where the existing logic can mistakenly detect multiple EPB with a sequence like: 0x00 0x00 0x03 0x00 0x03. In that case, the 5th byte should not be regarded as an EPB.