diff options
author | Johns <johns98@gmx.net> | 2015-04-22 12:14:15 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2015-04-22 12:14:15 +0200 |
commit | e0f4a99b99532d195ad40a161b633d39bcba4725 (patch) | |
tree | 501f6af32ba8e076e73f91db01dc514660345ea4 /codec.h | |
parent | a1939eb6cb94ed22d402e8935f3cec294b2af39d (diff) | |
download | vdr-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.h | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 //---------------------------------------------------------------------------- |