summaryrefslogtreecommitdiff
path: root/codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'codec.c')
-rw-r--r--codec.c1
1 files changed, 1 insertions, 0 deletions
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.