summaryrefslogtreecommitdiffstats
path: root/ffplay.c
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2014-11-08 16:59:13 +0100
committerMarton Balint <cus@passwd.hu>2015-01-01 14:38:12 +0100
commit82928656b134b48599e1b7ee32fde1aaf81ea9f6 (patch)
treeb1e9e28e9e8454668712ae7db02738130e459edc /ffplay.c
parent8c1f5fb0ae1934b1852a190bc7b252064a6330d0 (diff)
downloadffmpeg-streaming-82928656b134b48599e1b7ee32fde1aaf81ea9f6.zip
ffmpeg-streaming-82928656b134b48599e1b7ee32fde1aaf81ea9f6.tar.gz
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 507617e..bd156df 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;
OpenPOWER on IntegriCloud