summaryrefslogtreecommitdiff
path: root/libavformat/gdv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2017-09-04 19:36:09 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2017-09-07 15:19:22 +0200
commit913feb6263e0404311f3f791b5d1d013708836d6 (patch)
tree9eaeb79e60e9668320e25c91c1c54c125dddc92d /libavformat/gdv.c
parent912b6af26e0d2ed25df62296aa1213a3a620efae (diff)
avformat/gdv: Make FixedSize static
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/gdv.c')
-rw-r--r--libavformat/gdv.c2
1 files changed, 1 insertions, 1 deletions
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;