[FFmpeg-trac] #8072(ffplay:closed): ffplay does not scale video to window size when exiting fullscreen

FFmpeg trac at avcodec.org
Wed Jan 8 06:27:33 EET 2020


#8072: ffplay does not scale video to window size when exiting fullscreen
-------------------------------------+----------------------------------
             Reporter:  jimbo1qaz    |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:  ffplay
              Version:  unspecified  |               Resolution:  fixed
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+----------------------------------

Comment (by Balling):

 > The same problem is in media player classic AND VLC((( I did not see it
 but now I always see it. Damn it. I open https://github.com/clsid2/mpc-
 hc/issues/128

 It is fixed now! We used
 {{{
 if (IsWindows8OrGreater()) {//DWMWA_CLOAK not supported on 7
             BOOL setEnabled = FALSE;
             ::DwmSetWindowAttribute(m_hWnd, DWMWA_CLOAK, &setEnabled,
 sizeof(setEnabled));
         }
 }}}
 New CLOAK API that was added in windows 10! Cool, right!

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8072#comment:13>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list