* commit 'daf8cf358a':
  avformat: Don't anonymously typedef structs

Conflicts:
	libavformat/adtsenc.c
	libavformat/aiffenc.c
	libavformat/avidec.c
	libavformat/gif.c
	libavformat/iff.c
	libavformat/img2dec.c
	libavformat/jvdec.c
	libavformat/matroskadec.c
	libavformat/udp.c
	libavformat/wtvdec.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-02-14 21:07:40 +01:00
commit a0fe1a25fa
65 changed files with 120 additions and 120 deletions

View file

@ -28,7 +28,7 @@
#include "network.h"
#include "url.h"
typedef struct {
typedef struct GopherContext {
URLContext *hd;
} GopherContext;