X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_codec.h;h=9ddd6bc94d382d774231dabb286229be5d4acd6d;hb=ce67728ae1a0d91643e416b86efeab34a0891e35;hp=1f9d6f0924305e03ab1cb58521d7f432df527d96;hpb=d58211076fb937d2374ef4191ec1252004d86d1f;p=vlc diff --git a/include/vlc_codec.h b/include/vlc_codec.h index 1f9d6f0924..9ddd6bc94d 100644 --- a/include/vlc_codec.h +++ b/include/vlc_codec.h @@ -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;