X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fgopher.c;h=a5340d276cbc612d792a7f4f91aa21efad45fcfb;hb=e3f71423068b9b8ffa9ebc69ae566e018f48cadf;hp=9dc155ad114f10f6936394382f3dc3c907af525f;hpb=010311d67337419b218f0834b019821b08552127;p=ffmpeg diff --git a/libavformat/gopher.c b/libavformat/gopher.c index 9dc155ad114..a5340d276cb 100644 --- a/libavformat/gopher.c +++ b/libavformat/gopher.c @@ -28,7 +28,7 @@ #include "network.h" #include "url.h" -typedef struct { +typedef struct GopherContext { URLContext *hd; } GopherContext;