mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-10 11:12:21 +08: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