K 10 svn:author V 6 jbeich K 8 svn:date V 27 2016-11-07T10:48:17.695737Z K 7 svn:log V 401 multimedia/py-ffmpeg: adjust pts after r425471 AVFrame.pkt_pts didn't exist in ffmpeg-4f7d2fe-2010-12-16 snapshot when global_video_pkt_pts was added to py-ffmpeg. The code worked it around by saving PTS in AVFrame.opaque just before avcodec_decode_video2() call. This broke when r425471 removed our_get_buffer(). So, just use AVFrame.pkt_pts directly now. PR: 214247 Approved by: dbn (maintainer) END