avformat/gdv: Make FixedSize static

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/269/head
Michael Niedermayer 7 years ago
parent 912b6af26e
commit 913feb6263
  1. 2
      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;

Loading…
Cancel
Save