changeset 5190:c356e14774cb libavcodec

indentation patch by Vitor: [vitor1001 gmail com]
author benoit
date Tue, 26 Jun 2007 20:13:59 +0000
parents ab669ac706dc
children 4870b71fe348
files roqvideo.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/roqvideo.h	Tue Jun 26 20:13:09 2007 +0000
+++ b/roqvideo.h	Tue Jun 26 20:13:59 2007 +0000
@@ -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 {