OSDN Git Service

lavf: simplify pb parameter of ff_probe_input_buffer
authorAnssi Hannula <anssi.hannula@iki.fi>
Mon, 7 Feb 2011 22:46:52 +0000 (00:46 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 9 Feb 2011 02:33:55 +0000 (03:33 +0100)
commite74c01db7e2627f36e8829b9fc13fdd8aade5f0f
tree114a1e46c836653bf04e15da974c51a46e90001f
parent2e47df70c403ff561050e61bffb4df6837103355
lavf: simplify pb parameter of ff_probe_input_buffer

There is no need to pass the ByteIOContext via a pointer to a pointer
anymore.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit aad216fd7e3209fe0a865d8751e680925f6654d3)
libavformat/internal.h
libavformat/utils.c