mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
theoraenc: Specify array size
Fixes error: initialization of flexible array member is not allowed
This commit is contained in:
parent
5c83351510
commit
c5d7bb8918
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ theora_enc_get_supported_formats (void)
|
|||
static const struct
|
||||
{
|
||||
th_pixel_fmt pixelformat;
|
||||
const char fourcc[];
|
||||
const char fourcc[5];
|
||||
} formats[] = {
|
||||
{
|
||||
TH_PF_420, "I420"}, {
|
||||
|
|
Loading…
Reference in a new issue