[FFmpeg-devel] [PATCH 4/4] avcodec/libdcadec: honor -err_detect option

Michael Niedermayer michaelni at gmx.at
Tue Dec 8 03:36:18 CET 2015


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151208/3e3fc022/attachment.sig>


More information about the ffmpeg-devel mailing list