[SCM] libav/experimental: Remove duplicated empty line.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:59:03 UTC 2013


The following commit has been merged in the experimental branch:
commit 8757dc5e409aa642bc2efcc43796b7cec51d0943
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Jan 30 20:18:55 2010 +0000

    Remove duplicated empty line.
    
    Originally committed as revision 21553 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c
index 06c7a10..1cbed1d 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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list