[FFmpeg-trac] #1977(undetermined:new): dshow hang when device is unplugged

FFmpeg trac at avcodec.org
Thu Nov 29 14:10:33 CET 2012


#1977: dshow hang when device is unplugged
-------------------------------------+-------------------------------------
             Reporter:  DonMoir      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by DonMoir):

 In dshow_read_packet:


 {{{
 -   return pkt->size;
 +   return ctx->eof ? -1 : pkt->size;
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1977#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list