mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Cosmetics: fix weird indent.
Originally committed as revision 26350 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2a1f431d38
commit
d881a0e895
8
ffplay.c
8
ffplay.c
@ -1016,12 +1016,12 @@ static int refresh_thread(void *opaque)
|
||||
{
|
||||
VideoState *is= opaque;
|
||||
while(!is->abort_request){
|
||||
SDL_Event event;
|
||||
event.type = FF_REFRESH_EVENT;
|
||||
event.user.data1 = opaque;
|
||||
SDL_Event event;
|
||||
event.type = FF_REFRESH_EVENT;
|
||||
event.user.data1 = opaque;
|
||||
if(!is->refresh){
|
||||
is->refresh=1;
|
||||
SDL_PushEvent(&event);
|
||||
SDL_PushEvent(&event);
|
||||
}
|
||||
usleep(is->audio_st && is->show_audio ? rdftspeed*1000 : 5000); //FIXME ideally we should wait the correct time but SDLs event passing is so slow it would be silly
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user