From 913feb6263e0404311f3f791b5d1d013708836d6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 4 Sep 2017 19:36:09 +0200 Subject: [PATCH] avformat/gdv: Make FixedSize static Signed-off-by: Michael Niedermayer --- libavformat/gdv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/gdv.c b/libavformat/gdv.c index 32209320a7..a69c349cab 100644 --- a/libavformat/gdv.c +++ b/libavformat/gdv.c @@ -42,7 +42,7 @@ static int gdv_read_probe(AVProbeData *p) return 0; } -struct { +static struct { uint16_t id; uint16_t width; uint16_t height;