summaryrefslogtreecommitdiff
path: root/codec.c
diff options
context:
space:
mode:
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;
}