mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
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