On Mon, Dec 07, 2015 at 06:48:53PM +0300, foo86 wrote:
> ---
>  libavcodec/libdcadec.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/libavcodec/libdcadec.c b/libavcodec/libdcadec.c
> index 8e3bc61..79fa331 100644
> --- a/libavcodec/libdcadec.c
> +++ b/libavcodec/libdcadec.c
> @@ -225,6 +225,9 @@ static av_cold int dcadec_init(AVCodecContext *avctx)
>      if (avctx->flags & AV_CODEC_FLAG_BITEXACT)
>          flags |= DCADEC_FLAG_CORE_BIT_EXACT;
>  
> +    if (avctx->err_recognition & AV_EF_EXPLODE)
> +        flags |= DCADEC_FLAG_STRICT;

applied

btw, maybe you want to send a patch to add yourself to MAINTAINERs
for libdcadec.c ?

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Concerning the gods, I have no means of knowing whether they exist or not
or of what sort they may be, because of the obscurity of the subject, and
the brevity of human life -- Protagoras

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to