mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: lavf/img2dec: Initialize a stack variable. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
d6efed84b1
@ -395,7 +395,7 @@ int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt)
|
||||
}
|
||||
|
||||
if (codec->codec_id == AV_CODEC_ID_NONE) {
|
||||
AVProbeData pd;
|
||||
AVProbeData pd = { 0 };
|
||||
AVInputFormat *ifmt;
|
||||
uint8_t header[PROBE_BUF_MIN + AVPROBE_PADDING_SIZE];
|
||||
int ret;
|
||||
|
Loading…
Reference in New Issue
Block a user