Remove duplicated empty line.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 30 Jan 2010 20:18:55 +0000 (20:18 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 30 Jan 2010 20:18:55 +0000 (20:18 +0000)
Originally committed as revision 21553 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/aviobuf.c

index 06c7a10..1cbed1d 100644 (file)
@@ -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 */