[SCM] libav/experimental: indentation patch by Vitor: [vitor1001 gmail com]

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:02:50 UTC 2013


The following commit has been merged in the experimental branch:
commit bc9f081d53c2ca1f5a6c3f4c264e88ef3e6b7eee
Author: Vitor Sessak <vitor1001 at gmail.com>
Date:   Tue Jun 26 20:13:59 2007 +0000

    indentation
    patch by Vitor: [vitor1001 gmail com]
    
    Originally committed as revision 9440 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h
index f4efac7..9c457ca 100644
--- a/libavcodec/roqvideo.h
+++ b/libavcodec/roqvideo.h
@@ -27,12 +27,12 @@
 #include "random.h"
 
 typedef struct {
-  unsigned char y[4];
-  unsigned char u, v;
+    unsigned char y[4];
+    unsigned char u, v;
 } roq_cell;
 
 typedef struct {
-  int idx[4];
+    int idx[4];
 } roq_qcell;
 
 typedef struct {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list