]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/per_pixel_eqn_types.h
avformat: attachments should still be treated as tracks. this fixes [8c5a9c72318853e1...
[vlc] / modules / visualization / galaktos / per_pixel_eqn_types.h
index cb87152158cb34cd328376f97dc3aa8aedd379a0..a5d4021f8761135f08887783c889e85bd6fc6343 100644 (file)
@@ -7,8 +7,8 @@
 typedef struct PER_PIXEL_EQN_T {
   int index; /* used for splay tree ordering. */
   int flags; /* primarily to specify if this variable is user-defined */
-  param_t * param;
-  gen_expr_t * gen_expr;    
+  param_t * param; 
+  gen_expr_t * gen_expr;       
 } per_pixel_eqn_t;