You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/gdv: Make FixedSize static
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user