mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
theoraenc: make logically static const data just so
https://bugzilla.gnome.org/show_bug.cgi?id=663391
This commit is contained in:
parent
c1aab3e0a7
commit
a81cb3ef7f
1 changed files with 2 additions and 2 deletions
|
@ -575,10 +575,10 @@ theora_enc_get_supported_formats (void)
|
|||
{
|
||||
th_enc_ctx *encoder;
|
||||
th_info info;
|
||||
struct
|
||||
static const struct
|
||||
{
|
||||
th_pixel_fmt pixelformat;
|
||||
const char *fourcc;
|
||||
const char fourcc[];
|
||||
} formats[] = {
|
||||
{
|
||||
TH_PF_420, "I420"}, {
|
||||
|
|
Loading…
Reference in a new issue