diff options
author | Johns <johns98@gmx.net> | 2012-01-23 15:40:59 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-23 15:40:59 +0100 |
commit | 993d831190cce6d8582300f74a2ce3acedc40b20 (patch) | |
tree | b2453542b6f91b1b726b135e710c6ed2f674e2aa /codec.c | |
parent | 1969b2a0a760c94e7b05aa209df4449545130a93 (diff) | |
download | vdr-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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 // |