]> git.sesse.net Git - vlc/blobdiff - include/vlc_codec.h
test: Report when preparsed is working only when it works.
[vlc] / include / vlc_codec.h
index 1f9d6f0924305e03ab1cb58521d7f432df527d96..3d21b07b985b4aab9903354f4af3575227a9b1b7 100644 (file)
@@ -126,6 +126,8 @@ struct decoder_t
 
     /* Private structure for the owner of the decoder */
     decoder_owner_sys_t *p_owner;
+
+    bool                b_error;
 };
 
 /**