Skip to content
Snippets Groups Projects
Commit 913feb62 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avformat/gdv: Make FixedSize static

parent 912b6af2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment