avformat: Don't anonymously typedef structs
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "network.h"
|
||||
#include "url.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct GopherContext {
|
||||
URLContext *hd;
|
||||
} GopherContext;
|
||||
|
||||
|
Reference in New Issue
Block a user