[FFmpeg-trac] #1243(FFprobe:closed): ffprobe -show_packets crashes with disabled aac decoder
FFmpeg
trac at avcodec.org
Sun Jul 15 16:50:41 CEST 2012
#1243: ffprobe -show_packets crashes with disabled aac decoder
---------------------------------------+-----------------------------------
Reporter: cehoyos | Owner:
Type: defect | Status: closed
Priority: important | Component: FFprobe
Version: git-master | Resolution: fixed
Keywords: crash SIGSEGV | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 1 |
---------------------------------------+-----------------------------------
Changes (by saste):
* analyzed: 0 => 1
* status: open => closed
* resolution: => fixed
* reproduced: 1 => 0
Comment:
I could not reproduce the problem with -show_packets, but only with
-show_frames (indeed with -show_packets it shouldn't even try to decode
the frame...).
Latter crash should be fixed in:
{{{
commit 5626e812d2c1c202f749824905b70cdb8a845e7b
Author: Stefano Sabatini <stefasab at gmail.com>
Date: Sun Jul 15 15:56:02 2012 +0200
ffprobe: only decode frame if the codec is available
Fix crash when a stream codec is unknown, in particular fix trac
ticket #1243.
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1243#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list