[FFmpeg-cvslog] r9440 - trunk/libavcodec/roqvideo.h
benoit
subversion
Tue Jun 26 22:13:59 CEST 2007
Author: benoit
Date: Tue Jun 26 22:13:59 2007
New Revision: 9440
Log:
indentation
patch by Vitor: [vitor1001 gmail com]
Modified:
trunk/libavcodec/roqvideo.h
Modified: trunk/libavcodec/roqvideo.h
==============================================================================
--- trunk/libavcodec/roqvideo.h (original)
+++ trunk/libavcodec/roqvideo.h Tue Jun 26 22:13:59 2007
@@ -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 {
More information about the ffmpeg-cvslog
mailing list