[SCM] libav/experimental: cosmetics: indentation

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:58:32 UTC 2013


The following commit has been merged in the experimental branch:
commit 3d18b282e0ecf21b02f3210446f6081b40fc4074
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Apr 3 16:47:43 2007 +0000

    cosmetics: indentation
    
    Originally committed as revision 8618 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/grab_bktr.c b/libavformat/grab_bktr.c
index 100653d..ec0c645 100644
--- a/libavformat/grab_bktr.c
+++ b/libavformat/grab_bktr.c
@@ -311,8 +311,8 @@ static int grab_read_close(AVFormatContext *s1)
 AVInputFormat video_grab_device_demuxer = {
     "bktr",
     "video grab",
-     sizeof(VideoData),
-     NULL,
+    sizeof(VideoData),
+    NULL,
     grab_read_header,
     grab_read_packet,
     grab_read_close,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list