[FFmpeg-cvslog] avformat/gdv: Make FixedSize static

Michael Niedermayer git at videolan.org
Thu Sep 7 16:19:43 EEST 2017


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Sep  4 19:36:09 2017 +0200| [913feb6263e0404311f3f791b5d1d013708836d6] | committer: Michael Niedermayer

avformat/gdv: Make FixedSize static

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=913feb6263e0404311f3f791b5d1d013708836d6
---

 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;



More information about the ffmpeg-cvslog mailing list