From 4fc4aeee7197f6a70ba679a8790758f22ad48eee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 23 Dec 2011 22:51:59 +0000 Subject: [PATCH] theoraenc: fix template caps creation on big endian systems --- ext/theora/gsttheoraenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/theora/gsttheoraenc.c b/ext/theora/gsttheoraenc.c index e7795e0..5d22062 100644 --- a/ext/theora/gsttheoraenc.c +++ b/ext/theora/gsttheoraenc.c @@ -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"}, { -- 2.7.4