mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
theoraenc: fix template caps creation on big endian systems
This commit is contained in:
parent
dfa23662e1
commit
4fc4aeee71
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue