From 6e9e64145360dcd6ad57ae52f56b3c3f994469de Mon Sep 17 00:00:00 2001 From: Johns Date: Tue, 30 Oct 2012 12:11:25 +0100 Subject: Comment how to change the error recognition. --- codec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'codec.c') diff --git a/codec.c b/codec.c index 7ba9676..dfaed74 100644 --- a/codec.c +++ b/codec.c @@ -429,6 +429,7 @@ void CodecVideoOpen(VideoDecoder * decoder, const char *name, int codec_id) } #endif //decoder->VideoCtx->debug = FF_DEBUG_STARTCODE; + //decoder->VideoCtx->err_recognition |= AV_EF_EXPLODE; if (video_codec->capabilities & CODEC_CAP_HWACCEL_VDPAU) { // FIXME: get_format never called. -- cgit v1.2.3