From 09cfab3856fa0104f0375b32a67e6b5fbea1c094 Mon Sep 17 00:00:00 2001 From: Johns Date: Thu, 16 Feb 2012 21:55:14 +0100 Subject: Add posibility to disable repeat pict warning. --- video.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'video.h') diff --git a/video.h b/video.h index 4018ad2..d9fd608 100644 --- a/video.h +++ b/video.h @@ -30,6 +30,12 @@ /// Video hardware decoder typedef typedef struct _video_hw_decoder_ VideoHwDecoder; +//---------------------------------------------------------------------------- +// Variables +//---------------------------------------------------------------------------- + +extern char VideoIgnoreRepeatPict; ///< disable repeat pict warning + //---------------------------------------------------------------------------- // Prototypes //---------------------------------------------------------------------------- -- cgit v1.2.3