diff roqvideo.h @ 5190:c356e14774cb libavcodec

indentation patch by Vitor: [vitor1001 gmail com]
author benoit
date Tue, 26 Jun 2007 20:13:59 +0000
parents ab669ac706dc
children fa85149193e2
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 {