From 82928656b134b48599e1b7ee32fde1aaf81ea9f6 Mon Sep 17 00:00:00 2001
From: Marton Balint <cus@passwd.hu>
Date: Sat, 8 Nov 2014 16:59:13 +0100
Subject: [PATCH] ffplay: remove unused no_background from videostate

Signed-off-by: Marton Balint <cus@passwd.hu>
---
 ffplay.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ffplay.c b/ffplay.c
index 507617e1391..bd156dfb7d0 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;
-- 
GitLab