This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavc/avpacket: Initialize a variable in error path.
Fixes ticket
#6153
. Tested-by: Tyson Smith (cherry picked from commit
1d54be2153
)
tags/n3.2.5
Carl Eugen Hoyos
9 years ago
parent
d4b731e271
commit
5c524e651f
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/avpacket.c
+ 2
- 0
libavcodec/avpacket.c
View File
@@ -348,6 +348,8 @@ uint8_t *av_packet_get_side_data(AVPacket *pkt, enum AVPacketSideDataType type,
return pkt->side_data[i].data;
}
}
if (size)
*size = 0;
return NULL;
}
Write
Preview
Loading…
Cancel
Save