summaryrefslogtreecommitdiff
path: root/libavformat/aviobuf.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-30 20:18:55 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-30 20:18:55 +0000
commit8757dc5e409aa642bc2efcc43796b7cec51d0943 (patch)
tree7dffecc69077e03bc21937be06977948ee1b3977 /libavformat/aviobuf.c
parent26468148979842f2c76531b8646bfbcae23a9a74 (diff)
Remove duplicated empty line.
Originally committed as revision 21553 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/aviobuf.c')
-rw-r--r--libavformat/aviobuf.c1
1 files changed, 0 insertions, 1 deletions
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 */