Merge remote-tracking branch 'cus/stable'
* cus/stable: ffplay: pause rdft column when ffplay is paused Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
e206b51fd3
1
ffplay.c
1
ffplay.c
@ -867,6 +867,7 @@ static void video_audio_display(VideoState *s)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
SDL_UpdateRect(screen, s->xpos, s->ytop, 1, s->height);
|
SDL_UpdateRect(screen, s->xpos, s->ytop, 1, s->height);
|
||||||
|
if (!s->paused)
|
||||||
s->xpos++;
|
s->xpos++;
|
||||||
if (s->xpos >= s->width)
|
if (s->xpos >= s->width)
|
||||||
s->xpos= s->xleft;
|
s->xpos= s->xleft;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user