summaryrefslogtreecommitdiff
path: root/codec.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-01-23 15:40:59 +0100
committerJohns <johns98@gmx.net>2012-01-23 15:40:59 +0100
commit993d831190cce6d8582300f74a2ce3acedc40b20 (patch)
treeb2453542b6f91b1b726b135e710c6ed2f674e2aa /codec.c
parent1969b2a0a760c94e7b05aa209df4449545130a93 (diff)
downloadvdr-plugin-softhddevice-993d831190cce6d8582300f74a2ce3acedc40b20.tar.gz
vdr-plugin-softhddevice-993d831190cce6d8582300f74a2ce3acedc40b20.tar.bz2
VA-API: Add auto-crop support.
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
//