[FFmpeg-trac] #6349(undetermined:new): libmp3lame encode segfaults with audio filter

FFmpeg trac at avcodec.org
Mon Apr 24 22:48:23 EEST 2017


#6349: libmp3lame encode segfaults with audio filter
-------------------------------------+-------------------------------------
             Reporter:  kylophone    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by kylophone):

 This results in a segfault:
 {{{
 ffmpeg -i clip.wav -af volume -c:a mp3 -f null -
 }}}
 These do not:
 {{{
 ffmpeg -i clip.wav -af volume -c:a libopus -f null -
 ffmpeg -i clip.wav -af volume -c:a aac -f null -
 ffmpeg -i clip.wav -af volume -c:a flac -f null -
 }}}

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


More information about the FFmpeg-trac mailing list