summaryrefslogtreecommitdiff
path: root/codec.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2011-12-24 15:27:46 +0100
committerJohns <johns98@gmx.net>2011-12-24 15:27:46 +0100
commit8b57af53b6d356cffc91542a0ce9712d1eb032fc (patch)
treebc7ee40c648530372cbebf41f22d733ff4fc8bd1 /codec.c
parentf18b0bda1c3840f79fcaab72b153d742e31caa90 (diff)
downloadvdr-plugin-softhddevice-8b57af53b6d356cffc91542a0ce9712d1eb032fc.tar.gz
vdr-plugin-softhddevice-8b57af53b6d356cffc91542a0ce9712d1eb032fc.tar.bz2
Cleanups + Version 0.1.2 released.0.1.2
Diffstat (limited to 'codec.c')
-rw-r--r--codec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/codec.c b/codec.c
index a5e3bbd..8bbc937 100644
--- a/codec.c
+++ b/codec.c
@@ -417,7 +417,6 @@ void CodecVideoOpen(VideoDecoder * decoder, const char *name, int codec_id)
if (!(decoder->Frame = avcodec_alloc_frame())) {
Fatal(_("codec: can't allocate decoder frame\n"));
}
-
// reset buggy ffmpeg/libav flag
decoder->GetFormatDone = 0;
}