]> git.sesse.net Git - vlc/blobdiff - modules/codec/xvmc/mpeg2.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / codec / xvmc / mpeg2.h
index 37470a93d31dd6145317572b704f7f07cbf45875..4329525876ceee774171647d976527bd5cb5e3be 100644 (file)
@@ -25,7 +25,7 @@
 #define MPEG2_H
 
 #define MPEG2_VERSION(a,b,c) (((a)<<16)|((b)<<8)|(c))
-#define MPEG2_RELEASE MPEG2_VERSION (0, 4, 0)  /* 0.4.0 */
+#define MPEG2_RELEASE MPEG2_VERSION (0, 4, 0)    /* 0.4.0 */
 
 #define SEQ_FLAG_MPEG2 1
 #define SEQ_FLAG_CONSTRAINED_PARAMETERS 2
@@ -154,9 +154,9 @@ typedef enum
 } mpeg2_convert_stage_t;
 
 typedef int mpeg2_convert_t (int stage, void * id,
-                            const mpeg2_sequence_t * sequence, int stride,
-                            uint32_t accel, void * arg,
-                            mpeg2_convert_init_t * result);
+                 const mpeg2_sequence_t * sequence, int stride,
+                 uint32_t accel, void * arg,
+                 mpeg2_convert_init_t * result);
 int mpeg2_convert (mpeg2dec_t * mpeg2dec, mpeg2_convert_t convert, void * arg);
 int mpeg2_stride (mpeg2dec_t * mpeg2dec, int stride);
 void mpeg2_set_buf (mpeg2dec_t * mpeg2dec, uint8_t * buf[3], void * id);
@@ -188,7 +188,7 @@ void mpeg2_slice_region (mpeg2dec_t * mpeg2dec, int start, int end);
 void mpeg2_tag_picture (mpeg2dec_t * mpeg2dec, uint32_t tag, uint32_t tag2);
 
 void mpeg2_init_fbuf (mpeg2_decoder_t * decoder, uint8_t * current_fbuf[3],
-                     uint8_t * forward_fbuf[3], uint8_t * backward_fbuf[3]);
+              uint8_t * forward_fbuf[3], uint8_t * backward_fbuf[3]);
 
 typedef enum
 {
@@ -202,6 +202,6 @@ typedef enum
 void * mpeg2_malloc (unsigned size, mpeg2_alloc_t reason);
 void mpeg2_free (void * buf);
 void mpeg2_malloc_hooks (void * malloc (unsigned, mpeg2_alloc_t),
-                        int free (void *));
+             int free (void *));
 
 #endif /* MPEG2_H */