summaryrefslogtreecommitdiff
path: root/codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'codec.c')
-rw-r--r--codec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/codec.c b/codec.c
index a50187c..fcd3bc3 100644
--- a/codec.c
+++ b/codec.c
@@ -357,10 +357,9 @@ void CodecVideoOpen(VideoDecoder * decoder, const char *name, int codec_id)
Debug(3, "codec: using codec %s or ID %#04x\n", name, codec_id);
- if ( decoder->VideoCtx ) {
+ if (decoder->VideoCtx) {
Error(_("codec: missing close\n"));
}
-
//
// ffmpeg compatibility hack
//