Commit 0b3c9e95 authored by stefano's avatar stefano

Remove duplicated empty line.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21553 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 223215d6
...@@ -538,7 +538,6 @@ int url_fdopen(ByteIOContext **s, URLContext *h) ...@@ -538,7 +538,6 @@ int url_fdopen(ByteIOContext **s, URLContext *h)
uint8_t *buffer; uint8_t *buffer;
int buffer_size, max_packet_size; int buffer_size, max_packet_size;
max_packet_size = url_get_max_packet_size(h); max_packet_size = url_get_max_packet_size(h);
if (max_packet_size) { if (max_packet_size) {
buffer_size = max_packet_size; /* no need to bufferize more than one packet */ buffer_size = max_packet_size; /* no need to bufferize more than one packet */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment