Comment how to change the error recognition.

This commit is contained in:
Johns 2012-10-30 12:11:25 +01:00
parent d36e4c22b6
commit 6e9e641453
1 changed files with 1 additions and 0 deletions

View File

@ -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.