]> git.sesse.net Git - vlc/blobdiff - include/vlc_codec.h
NSIS: fix autoplay of DVD and CDAudio
[vlc] / include / vlc_codec.h
index 9ddd6bc94d382d774231dabb286229be5d4acd6d..3d21b07b985b4aab9903354f4af3575227a9b1b7 100644 (file)
@@ -56,7 +56,6 @@ struct decoder_t
     /* Module properties */
     module_t *          p_module;
     decoder_sys_t *     p_sys;
-    bool                b_error;
 
     /* Input format ie from demuxer (XXX: a lot of field could be invalid) */
     es_format_t         fmt_in;
@@ -127,6 +126,8 @@ struct decoder_t
 
     /* Private structure for the owner of the decoder */
     decoder_owner_sys_t *p_owner;
+
+    bool                b_error;
 };
 
 /**