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)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 8 Feb 2011 23:25:11 +0000 (18:25 -0500)
commitaad216fd7e3209fe0a865d8751e680925f6654d3
treea8a71a9a17c60957157db0419446d407eb3b36cd
parent4d016dd4e5b288b3c0c7396935326cb07a289ac2
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>
libavformat/internal.h
libavformat/utils.c