[FFmpeg-trac] #4514(avformat:new): libavformat has a few cases where it will reference uninitialized variables
FFmpeg
trac at avcodec.org
Mon Apr 27 08:48:24 CEST 2015
#4514: libavformat has a few cases where it will reference uninitialized variables
------------------------------------+------------------------------------
Reporter: jeremyhu | Owner:
Type: defect | Status: new
Priority: normal | Component: avformat
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Comment (by heleppkes):
The first three are false-positives. The av_uninit is supposed to suppress
this, which apparently works with GCC. Should teach your clang about it.
:)
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4514#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list