view libmpcodecs/vd_vfwex.c @ 31246:cc6ee3017097

Limit buffered PTS only when we actually got a frame from the decoder. This avoids some issues with H.264 PAFF due to dropping PTS values too early because only every second packet actually produced output. Just keeping up to one additional pts value would have avoided this particular issue as well, but this is more generic.
author reimar
date Thu, 03 Jun 2010 20:59:40 +0000
parents 3e7a601c5874
children
line wrap: on
line source


#define BUILD_VFWEX 1

#include "vd_vfw.c"