From e8bb2e24398ec838d9e49cf115b7e132609a9fb7 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 6 Mar 2011 18:04:49 +0100 Subject: avio: deprecate url_fget_max_packet_size AVIOContext.max_packet_size should be used directly instead. Signed-off-by: Ronald S. Bultje --- libavformat/aviobuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/aviobuf.c') diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c index aebdd7211a..6592e9acd6 100644 --- a/libavformat/aviobuf.c +++ b/libavformat/aviobuf.c @@ -942,12 +942,12 @@ char *url_fgets(AVIOContext *s, char *buf, int buf_size) *q = '\0'; return buf; } -#endif int url_fget_max_packet_size(AVIOContext *s) { return s->max_packet_size; } +#endif int av_url_read_fpause(AVIOContext *s, int pause) { -- cgit v1.2.3