On Sat, 21 Feb 2015 19:41:54 -0600 Stephen Dranger <[email protected]> wrote:
> So I've made most of the changes wm4 and Max have suggested, and retested > everything. So, it works, but it could still use a lot more work. This was > supposed to be a quick fix; when I get more time to devote to it, I'll have > to look at ffplay.c and figure out the major changes it has made since I > copied off it in the first place 8 years ago. > > Updated link: http://dranger.com/ffmpeg/ > > Thanks everyone for the suggestions! This is still non-sense: if(packet->dts != AV_NOPTS_VALUE) { pts = av_frame_get_best_effort_timestamp(pFrame); } else { pts = 0; } Why that stuff about dts??? This should completely fail with threaded decoding at least. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
