You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/h264: h264_set_erpic() clear destination
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -3010,6 +3010,8 @@ static void h264_set_erpic(ERPicture *dst, H264Picture *src)
|
||||
{
|
||||
int i;
|
||||
|
||||
memset(dst, 0, sizeof(*dst));
|
||||
|
||||
if (!src)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user