mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
Remove duplicated empty line.
Originally committed as revision 21553 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2646814897
commit
8757dc5e40
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user