mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-25 08:10:41 +00:00
avformat/gdv: Make FixedSize static
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
912b6af26e
commit
913feb6263
@ -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…
Reference in New Issue
Block a user