[FFmpeg-cvslog] ffplay: remove unused no_background from videostate
Marton Balint
git at videolan.org
Thu Jan 1 20:34:29 CET 2015
ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Sat Nov 8 16:59:13 2014 +0100| [82928656b134b48599e1b7ee32fde1aaf81ea9f6] | committer: Marton Balint
ffplay: remove unused no_background from videostate
Signed-off-by: Marton Balint <cus at passwd.hu>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=82928656b134b48599e1b7ee32fde1aaf81ea9f6
---
ffplay.c | 1 -
1 file changed, 1 deletion(-)
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;
More information about the ffmpeg-cvslog
mailing list