Browse Source

Remove duplicated empty line.

Originally committed as revision 21553 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini 16 years ago
parent
commit
8757dc5e40
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/aviobuf.c

+ 0
- 1
libavformat/aviobuf.c View 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 */


Loading…
Cancel
Save