[SCM] libav/experimental: Indent.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:00:46 UTC 2013


The following commit has been merged in the experimental branch:
commit 802da0b4906015abb6e88b0656170989cd843f5a
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Sun Feb 21 03:23:30 2010 +0000

    Indent.
    
    Originally committed as revision 21933 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavdevice/oss_audio.c b/libavdevice/oss_audio.c
index f3edbdb..c1b244a 100644
--- a/libavdevice/oss_audio.c
+++ b/libavdevice/oss_audio.c
@@ -251,7 +251,7 @@ static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt)
     if ((ret=av_new_packet(pkt, s->frame_size)) < 0)
         return ret;
 
-        ret = read(s->fd, pkt->data, pkt->size);
+    ret = read(s->fd, pkt->data, pkt->size);
     if (ret <= 0){
         av_free_packet(pkt);
         pkt->size = 0;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list