diff options
author | Johns <johns98@gmx.net> | 2012-10-30 12:11:25 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-10-30 12:11:25 +0100 |
commit | 6e9e64145360dcd6ad57ae52f56b3c3f994469de (patch) | |
tree | 68b5bb3067e1095badb2b438b70212aa7c4afd26 /codec.c | |
parent | d36e4c22b6ddef50ab810b0a92a9d58e639bff57 (diff) | |
download | vdr-plugin-softhddevice-6e9e64145360dcd6ad57ae52f56b3c3f994469de.tar.gz vdr-plugin-softhddevice-6e9e64145360dcd6ad57ae52f56b3c3f994469de.tar.bz2 |
Comment how to change the error recognition.
Diffstat (limited to 'codec.c')
-rw-r--r-- | codec.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |