Hi, On Fri, Apr 1, 2011 at 11:19 AM, Anton Khirnov <[email protected]> wrote: > Use it instead of url_is_streamed and AVIOContext.is_streamed. > --- > ffserver.c | 8 ++++---- > libavformat/aiffdec.c | 2 +- > libavformat/aiffenc.c | 2 +- > libavformat/ape.c | 2 +- > libavformat/asfenc.c | 4 ++-- > libavformat/au.c | 2 +- > libavformat/avidec.c | 4 ++-- > libavformat/avienc.c | 18 +++++++++--------- > libavformat/avio.h | 19 ++++++++++++++++--- > libavformat/aviobuf.c | 8 +++++++- > libavformat/bink.c | 2 +- > libavformat/cafdec.c | 4 ++-- > libavformat/ffmdec.c | 2 +- > libavformat/filmstripdec.c | 2 +- > libavformat/flacenc.c | 2 +- > libavformat/flvdec.c | 4 ++-- > libavformat/gxfenc.c | 2 +- > libavformat/id3v1.c | 2 +- > libavformat/matroskadec.c | 2 +- > libavformat/matroskaenc.c | 12 ++++++------ > libavformat/mmf.c | 2 +- > libavformat/mov.c | 12 ++++++------ > libavformat/movenc.c | 4 ++-- > libavformat/mpc.c | 2 +- > libavformat/mpeg.c | 2 +- > libavformat/mxfenc.c | 2 +- > libavformat/nutdec.c | 2 +- > libavformat/oggdec.c | 2 +- > libavformat/r3d.c | 2 +- > libavformat/rmdec.c | 2 +- > libavformat/rmenc.c | 6 +++--- > libavformat/rsoenc.c | 2 +- > libavformat/soxenc.c | 2 +- > libavformat/swfenc.c | 2 +- > libavformat/tty.c | 2 +- > libavformat/utils.c | 2 +- > libavformat/vc1testenc.c | 2 +- > libavformat/vocdec.c | 2 +- > libavformat/wav.c | 4 ++-- > libavformat/wv.c | 4 ++-- > 40 files changed, 91 insertions(+), 72 deletions(-)
Thanks, this look approximately like what I had in mind. We'll extend this later once we know how we want to tell from URLContext to AVIOContext whether you can seek, lag, etc. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
