theoraenc: fix template caps creation on big endian systems

This commit is contained in:
Tim-Philipp Müller 2011-12-23 22:51:59 +00:00
parent dfa23662e1
commit 4fc4aeee71

View file

@ -598,7 +598,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"}, {