¶Don't code at 1am, round two
Found this in VirtualDub's render path while debugging some issues with the input driver API. Do you see the bugs? I spotted the first one immediately, but almost posted a new test release to the forums before spotting the second.
frameInfo.mRawFrame = stream_frame; frameInfo.mTimelineFrame = target_frame, frameInfo.mDisplayFrame = display_frame; frameInfo.mTimelineFrame = timeline_frame;