avformat: Don't anonymously typedef structs
This commit is contained in:
parent
7769be590c
commit
daf8cf358a
65 changed files with 117 additions and 117 deletions
|
@ -28,7 +28,7 @@
|
|||
#include "network.h"
|
||||
#include "url.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct GopherContext {
|
||||
URLContext *hd;
|
||||
} GopherContext;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue