We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8accee8 commit e0f3c10Copy full SHA for e0f3c10
libavutil/downmix_info.c
@@ -31,7 +31,7 @@ AVDownmixInfo *av_downmix_info_update_side_data(AVFrame *frame)
31
side_data = av_frame_new_side_data(frame, AV_FRAME_DATA_DOWNMIX_INFO,
32
sizeof(AVDownmixInfo));
33
if (side_data)
34
- memset(side_data->data, 0, sizeof(AVDownmixInfo))
+ memset(side_data->data, 0, sizeof(AVDownmixInfo));
35
}
36
37
if (!side_data)
0 commit comments