diff --git a/ext/theora/gsttheoraenc.c b/ext/theora/gsttheoraenc.c index bb784c3001..8fba25bb8c 100644 --- a/ext/theora/gsttheoraenc.c +++ b/ext/theora/gsttheoraenc.c @@ -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"}, {