| 50 | 50 | EDIT: I forgot to mention this technical note; The reason why I no longer fail the new ATRAC3P parser on a "2nd frame portion found but the 1st one is missing!" error, is because this frequently occurs when "skimming" through the video in `ffplay` (using the left/right arrow keys). By not forcing the parser to fail in this circumstance, the video successfully seeks to the new position without quitting. In another note, Video (not audio) will be slower for a second or two after "skimming" in `ffplay`, but it syncs up appropriately perfectly every time in my experience. IIRC, this kind of slowdown is not a surprise when seeking in other formats via `ffplay` anyways. |