theoraenc: fix template caps creation on big endian systems
This commit is contained in:
parent
dfa23662e1
commit
4fc4aeee71
@ -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"}, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user