Hi, On Fri, Apr 8, 2011 at 10:54 AM, Anton Khirnov <[email protected]> wrote: > --- > libavformat/avio.c | 10 ++++++++++ > libavformat/avio.h | 13 +++++++++++++ > 2 files changed, 23 insertions(+), 0 deletions(-) > > diff --git a/libavformat/avio.c b/libavformat/avio.c > index e043058..ab7a7f5 100644 > --- a/libavformat/avio.c > +++ b/libavformat/avio.c > @@ -57,6 +57,16 @@ URLProtocol *av_protocol_next(URLProtocol *p) > else return first_protocol; > } > > +const char *avio_enum_protocols(void **opaque, int output) > +{ > + URLProtocol **p = opaque;
Please make that void *opaque. Otherwise OK with me, not super-excited about this solution but it'll have to do for now. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
