vlc | branch: master | Steve Lhomme <[email protected]> | Thu Oct 24 10:12:21 2019 +0200| [93c3184ec0a19a8440f69f792027bced755af1a5] | committer: Steve Lhomme
video output: remove unused variables after removing the decoder pool > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=93c3184ec0a19a8440f69f792027bced755af1a5 --- src/video_output/vout_wrapper.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video_output/vout_wrapper.c b/src/video_output/vout_wrapper.c index 62cbf08cf2..5d841163f9 100644 --- a/src/video_output/vout_wrapper.c +++ b/src/video_output/vout_wrapper.c @@ -82,8 +82,6 @@ vout_display_t *vout_OpenWrapper(vout_thread_t *vout, sys->display_pool = NULL; - const bool use_dr = !vout_IsDisplayFiltered(vd); - const bool allow_dr = !vd->info.has_pictures_invalid && use_dr; const unsigned private_picture = 4; /* XXX 3 for filter, 1 for SPU */ const unsigned kept_picture = 1; /* last displayed picture */ const unsigned reserved_picture = DISPLAY_PICTURE_COUNT + _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
