Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2014-11-08 18:59:13 +0300
committerMarton Balint <cus@passwd.hu>2015-01-01 16:38:12 +0300
commit82928656b134b48599e1b7ee32fde1aaf81ea9f6 (patch)
treeb1e9e28e9e8454668712ae7db02738130e459edc /ffplay.c
parent8c1f5fb0ae1934b1852a190bc7b252064a6330d0 (diff)
ffplay: remove unused no_background from videostate
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 507617e139..bd156dfb7d 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -198,7 +198,6 @@ typedef struct VideoState {
SDL_Thread *video_tid;
SDL_Thread *audio_tid;
AVInputFormat *iformat;
- int no_background;
int abort_request;
int force_refresh;
int paused;