From aad216fd7e3209fe0a865d8751e680925f6654d3 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Tue, 8 Feb 2011 00:46:52 +0200 Subject: 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 --- libavformat/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/internal.h') diff --git a/libavformat/internal.h b/libavformat/internal.h index 2482b6d02b..fc4ee216c1 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -97,7 +97,7 @@ uint64_t ff_ntp_time(void); * @return 0 in case of success, a negative value corresponding to an * AVERROR code otherwise */ -int ff_probe_input_buffer(ByteIOContext **pb, AVInputFormat **fmt, +int ff_probe_input_buffer(ByteIOContext *pb, AVInputFormat **fmt, const char *filename, void *logctx, unsigned int offset, unsigned int max_probe_size); -- cgit v1.2.3