[FFmpeg-trac] #371(avfilter:closed): Segmentation fault or get core dump when trying to use transpose/hflip/vflip on some inputs

FFmpeg trac at avcodec.org
Fri Jul 29 20:34:14 CEST 2011


#371: Segmentation fault or get core dump when trying to use
transpose/hflip/vflip on some inputs
-----------------------------------+-----------------------
Reporter:  x2305andy2305x          |       Owner:
    Type:  defect                  |      Status:  closed
Priority:  important               |   Component:  avfilter
 Version:  git-master              |  Resolution:  fixed
Keywords:  transpose, hflip,vflip  |  Blocked By:
Blocking:                          |  Reproduced:  1
Analyzed:  0                       |
-----------------------------------+-----------------------
Changes (by saste):

 * status:  open => closed
 * resolution:   => fixed


Comment:

 Fixed in commit:

 {{{
 commit d9c23a0d5a56488b146eef17a19a9b47643be333
 Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
 Date:   Fri Jul 29 20:19:04 2011 +0200

     vf_transpose: avoid multiple calls to avfilter_draw_slice()

     avfilter_draw_slice() is already called in the end_frame() callback,
     this avoids multiple calls. This is done by adding a null draw_slice()
     callback.

     In particular fix crash occurring with -vf transpose=3,hflip, fix trac
     issue #371.
 }}}

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


More information about the FFmpeg-trac mailing list