Commit 913feb62 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/gdv: Make FixedSize static

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 912b6af2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment