mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
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:
3
ffplay.c
3
ffplay.c
@@ -867,7 +867,8 @@ 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);
|
||||||
s->xpos++;
|
if (!s->paused)
|
||||||
|
s->xpos++;
|
||||||
if (s->xpos >= s->width)
|
if (s->xpos >= s->width)
|
||||||
s->xpos= s->xleft;
|
s->xpos= s->xleft;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user