[FFmpeg-trac] #2093(avcodec:new): ffplay: crash when seeking with the mouse

FFmpeg trac at avcodec.org
Thu Jun 20 01:37:25 CEST 2013


#2093: ffplay: crash when seeking with the mouse
-------------------------------------+-------------------------------------
             Reporter:  ami_stuff    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:  avcodec
              Version:  git-master   |               Resolution:
             Keywords:  crash        |               Blocked By:
  SIGSEGV leak                       |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by ami_stuff):

 s->pict_type is reported as 1

 {{{
     s->last_pict_type                 = s->pict_type;
 +    av_log(s->avctx, AV_LOG_ERROR, "s->pict_type: %d\n", s->pict_type);
     s->last_lambda_for [s->pict_type] = s->current_picture_ptr->f.quality;
     if (s->pict_type!= AV_PICTURE_TYPE_B) {
         s->last_non_b_pict_type = s->pict_type;
     }
 }}}

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


More information about the FFmpeg-trac mailing list