Re: [FFmpeg-devel] [PATCH 1/3] ffplay: update frame timer based on last updated clock time when toggling pause

2015-02-10 Thread Marton Balint
On Fri, 6 Feb 2015, Marton Balint wrote: It is better than using simply video clock, because video clock may be NAN. Signed-off-by: Marton Balint c...@passwd.hu --- Hello Michael, Please merge from my stable branch for the ffplay patch series: 6885009 ffplay: update frame timer based on

Re: [FFmpeg-devel] [PATCH 1/3] ffplay: update frame timer based on last updated clock time when toggling pause

2015-02-10 Thread Michael Niedermayer
On Tue, Feb 10, 2015 at 09:52:18PM +0100, Marton Balint wrote: On Fri, 6 Feb 2015, Marton Balint wrote: It is better than using simply video clock, because video clock may be NAN. Signed-off-by: Marton Balint c...@passwd.hu --- Hello Michael, Please merge from my stable branch for

[FFmpeg-devel] [PATCH 1/3] ffplay: update frame timer based on last updated clock time when toggling pause

2015-02-05 Thread Marton Balint
It is better than using simply video clock, because video clock may be NAN. Signed-off-by: Marton Balint c...@passwd.hu --- ffplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffplay.c b/ffplay.c index c112ead..210bae5 100644 --- a/ffplay.c +++ b/ffplay.c @@ -1494,7