]> git.sesse.net Git - vlc/blobdiff - include/vlc_codec.h
Stick b_error to object types that actually use it
[vlc] / include / vlc_codec.h
index 1f9d6f0924305e03ab1cb58521d7f432df527d96..9ddd6bc94d382d774231dabb286229be5d4acd6d 100644 (file)
@@ -56,6 +56,7 @@ 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;