summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-16 21:55:14 +0100
committerJohns <johns98@gmx.net>2012-02-16 21:55:14 +0100
commit09cfab3856fa0104f0375b32a67e6b5fbea1c094 (patch)
treef5a1f36b31043a996cb82be64ccc0f7ee7045bd4 /video.h
parent30e903d90a43f45c001c3574bfedb6b0a2d0ef3e (diff)
downloadvdr-plugin-softhddevice-09cfab3856fa0104f0375b32a67e6b5fbea1c094.tar.gz
vdr-plugin-softhddevice-09cfab3856fa0104f0375b32a67e6b5fbea1c094.tar.bz2
Add posibility to disable repeat pict warning.
Diffstat (limited to 'video.h')
-rw-r--r--video.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/video.h b/video.h
index 4018ad2..d9fd608 100644
--- a/video.h
+++ b/video.h
@@ -31,6 +31,12 @@
typedef struct _video_hw_decoder_ VideoHwDecoder;
//----------------------------------------------------------------------------
+// Variables
+//----------------------------------------------------------------------------
+
+extern char VideoIgnoreRepeatPict; ///< disable repeat pict warning
+
+//----------------------------------------------------------------------------
// Prototypes
//----------------------------------------------------------------------------