From 8757dc5e409aa642bc2efcc43796b7cec51d0943 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 30 Jan 2010 20:18:55 +0000 Subject: [PATCH] Remove duplicated empty line. Originally committed as revision 21553 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/aviobuf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c index 06c7a10749..1cbed1d5e7 100644 --- a/libavformat/aviobuf.c +++ b/libavformat/aviobuf.c @@ -538,7 +538,6 @@ int url_fdopen(ByteIOContext **s, URLContext *h) uint8_t *buffer; int buffer_size, max_packet_size; - max_packet_size = url_get_max_packet_size(h); if (max_packet_size) { buffer_size = max_packet_size; /* no need to bufferize more than one packet */