[FFmpeg-devel] [PATCH] avformat/gdv: Make FixedSize static

Michael Niedermayer michael at niedermayer.cc
Mon Sep 4 20:36:09 EEST 2017


Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 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;
-- 
2.14.1



More information about the ffmpeg-devel mailing list