diff mbox

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

Message ID 20170904173609.7024-1-michael@niedermayer.cc
State Accepted
Commit 913feb6263e0404311f3f791b5d1d013708836d6
Headers show

Commit Message

Michael Niedermayer Sept. 4, 2017, 5:36 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavformat/gdv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Niedermayer Sept. 7, 2017, 10:57 a.m. UTC | #1
On Mon, Sep 04, 2017 at 07:36:09PM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>  libavformat/gdv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied

[...]
diff mbox

Patch

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;