mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
ffplay: remove unused no_background from videostate
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
8c1f5fb0ae
commit
82928656b1
1
ffplay.c
1
ffplay.c
@ -198,7 +198,6 @@ typedef struct VideoState {
|
|||||||
SDL_Thread *video_tid;
|
SDL_Thread *video_tid;
|
||||||
SDL_Thread *audio_tid;
|
SDL_Thread *audio_tid;
|
||||||
AVInputFormat *iformat;
|
AVInputFormat *iformat;
|
||||||
int no_background;
|
|
||||||
int abort_request;
|
int abort_request;
|
||||||
int force_refresh;
|
int force_refresh;
|
||||||
int paused;
|
int paused;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user