]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gopher.c
avcodec/vc1dsp: add () to protect the arguments of the op* macros
[ffmpeg] / libavformat / gopher.c
index 9dc155ad114f10f6936394382f3dc3c907af525f..a5340d276cbc612d792a7f4f91aa21efad45fcfb 100644 (file)
@@ -28,7 +28,7 @@
 #include "network.h"
 #include "url.h"
 
-typedef struct {
+typedef struct GopherContext {
     URLContext *hd;
 } GopherContext;