]> git.sesse.net Git - vlc/blobdiff - include/vlc_filter.h
* modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h:
[vlc] / include / vlc_filter.h
index ca02903ec2364fb2999c51e397143ee454b189de..e10e14524b3a1b8516d4e5f138ad6b9bfa521557 100644 (file)
@@ -45,6 +45,12 @@ struct filter_t
     module_t *          p_module;
     filter_sys_t *     p_sys;
 
+    /* Input format */
+    es_format_t         fmt_in;
+
+    /* Output format of filter */
+    es_format_t         fmt_out;
+
     void                ( * pf_video_blend )  ( filter_t *, picture_t *,
                                                 picture_t *, picture_t *,
                                                 int, int );
@@ -52,12 +58,6 @@ struct filter_t
 
     subpicture_t *      ( *pf_render_string ) ( filter_t *, block_t * );
 
-    /* Input format */
-    es_format_t         fmt_in;
-
-    /* Output format of filter */
-    es_format_t         fmt_out;
-
     /*
      * Buffers allocation
      */