summaryrefslogtreecommitdiff
path: root/codec.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2015-04-22 12:14:15 +0200
committerJohns <johns98@gmx.net>2015-04-22 12:14:15 +0200
commite0f4a99b99532d195ad40a161b633d39bcba4725 (patch)
tree501f6af32ba8e076e73f91db01dc514660345ea4 /codec.h
parenta1939eb6cb94ed22d402e8935f3cec294b2af39d (diff)
downloadvdr-plugin-softhddevice-e0f4a99b99532d195ad40a161b633d39bcba4725.tar.gz
vdr-plugin-softhddevice-e0f4a99b99532d195ad40a161b633d39bcba4725.tar.bz2
Workaround for ffmpeg 2.6 artifacts.
Diffstat (limited to 'codec.h')
-rw-r--r--codec.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/codec.h b/codec.h
index 995573a..eccaf00 100644
--- a/codec.h
+++ b/codec.h
@@ -1,7 +1,7 @@
///
/// @file codec.h @brief Codec module headerfile
///
-/// Copyright (c) 2009 - 2013 by Johns. All Rights Reserved.
+/// Copyright (c) 2009 - 2013, 2015 by Johns. All Rights Reserved.
///
/// Contributor(s):
///
@@ -44,6 +44,13 @@ typedef struct _video_decoder_ VideoDecoder;
typedef struct _audio_decoder_ AudioDecoder;
//----------------------------------------------------------------------------
+// Variables
+//----------------------------------------------------------------------------
+
+ /// Flag prefer fast xhannel switch
+extern char CodecUsePossibleDefectFrames;
+
+//----------------------------------------------------------------------------
// Prototypes
//----------------------------------------------------------------------------