avformat/gdv: Make FixedSize static

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2017-09-04 19:36:09 +02:00
parent 912b6af26e
commit 913feb6263

View File

@ -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;