]> git.sesse.net Git - ffmpeg/commit
In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered_opaque.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 16 Jan 2011 17:39:34 +0000 (18:39 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 30 Jan 2011 19:02:19 +0000 (19:02 +0000)
commit2855080447a226aba7e88e943fd8a8779d6daa98
treec2a2285fc71fa8b7a0cbf1481b9c04b16408544a
parent13156f40e1f17ec1d0c57e6bf7a2850f673600c0
In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered_opaque.

AVCodecContext.reordered_opaque is deprecated for this specific use.

Signed-off-by: Mans Rullgard <mans@mansr.com>
ffplay.c