Skip packets to most recent I-Frame
When decoding files, it is possible to skip to the most recent I-Frame. This is useful if there is latency in processing the data as each P-Frames can be skipped to make up some time.
This requires modification to the encoding stream packet to include a flag indication an I-Frame. Alternatively some comprehension of the video codec is required to access that information (perhaps best option?).