[FFmpeg-trac] #6891(ffplay:new): FFplay: WASAPI can't initialize audio client (zeranoe's FFmpeg 3.4 MS Windows binaries)

FFmpeg trac at avcodec.org
Sun May 6 16:20:42 EEST 2018


#6891: FFplay: WASAPI can't initialize audio client (zeranoe's FFmpeg 3.4 MS
Windows binaries)
------------------------------------+----------------------------------
             Reporter:  unknown     |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  ffplay
              Version:  git-master  |               Resolution:
             Keywords:  win         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+----------------------------------

Comment (by cus):

 Try to get some feedback from SDL about this. Also it would be good to
 know which fix should be used if any:

 {{{
 CoInitializeEx(NULL, COINIT_MULTITHREADED)
 }}}
 or simply
 {{{
 CoInitialize(NULL);
 }}}

 They seem to do different things...

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


More information about the FFmpeg-trac mailing list