Hi, On Sun, Mar 6, 2011 at 6:02 AM, Max The Quantum <[email protected]> wrote: > init_put_byte is deprecated now, I suppose you should use > ffio_init_context instead
avio_alloc_context() is the public version to use. ffio_init_context() assumes the size of the AVIOContext object remains stable, which we do not guarantee. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
