ffmpeg | branch: master | Marton Balint <[email protected]> | Sat Nov 8 16:59:13 2014 +0100| [82928656b134b48599e1b7ee32fde1aaf81ea9f6] | committer: Marton Balint
ffplay: remove unused no_background from videostate Signed-off-by: Marton Balint <[email protected]> > 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; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
