On Sun, 1 Apr 2012 09:18:43 -0700, "Viraj (libav)" <[email protected]> wrote: > Thanks Anton, > > Will surely look at it. > > But lets say I want to implement it in a callback mode, where a third party > app keeps giving me chunks of buffer on demand, will it still be possible > to implement using AVIOContext? >
Sure, you just pass your callbacks to avio_alloc_context(). -- Anton Khirnov _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
