Hi, On Thu, Apr 7, 2011 at 3:16 PM, Anton Khirnov <[email protected]> wrote: > --- > libavformat/allformats.c | 2 +- > libavformat/applehttpproto.c | 2 +- > libavformat/avio.c | 26 +++++++++++++------------- > libavformat/avio.h | 6 +++++- > libavformat/concat.c | 2 +- > libavformat/file.c | 4 ++-- > libavformat/gopher.c | 2 +- > libavformat/http.c | 2 +- > libavformat/librtmp.c | 10 +++++----- > libavformat/md5proto.c | 2 +- > libavformat/mmsh.c | 2 +- > libavformat/mmst.c | 2 +- > libavformat/rtmpproto.c | 2 +- > libavformat/rtpproto.c | 2 +- > libavformat/tcp.c | 2 +- > libavformat/udp.c | 2 +- > libavformat/url.h | 28 ++++++++++++++++++++++++---- > 17 files changed, 61 insertions(+), 37 deletions(-) > > diff --git a/libavformat/allformats.c b/libavformat/allformats.c > index 9398d34..652a8e8 100644 > --- a/libavformat/allformats.c > +++ b/libavformat/allformats.c > @@ -34,7 +34,7 @@ > #define REGISTER_MUXDEMUX(X,x) REGISTER_MUXER(X,x); REGISTER_DEMUXER(X,x) > > #define REGISTER_PROTOCOL(X,x) { \ > - extern URLProtocol ff_##x##_protocol; \ > + extern FFURLProtocol ff_##x##_protocol; \
Same here, rename isn't necessary because the struct name won't be exposed in the binary, api, symbol table or anything. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
