[FFmpeg-devel] [PATCH 2/4] ffplay: remove unused no_background from videostate

Marton Balint cus at passwd.hu
Thu Dec 25 19:57:03 CET 2014


Signed-off-by: Marton Balint <cus at passwd.hu>
---
 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;
-- 
2.1.2



More information about the ffmpeg-devel mailing list