diff options
author | Johns <johns98@gmx.net> | 2012-04-07 00:15:57 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-04-07 00:15:57 +0200 |
commit | 30d45864489ef1c741e575b7104f819ead84b9cd (patch) | |
tree | 125665cd0729fc02062cc1304e72425a8e872542 /video.h | |
parent | aa4debc9c8a31c478bb8c9983c669a21b3afd6d3 (diff) | |
download | vdr-plugin-softhddevice-30d45864489ef1c741e575b7104f819ead84b9cd.tar.gz vdr-plugin-softhddevice-30d45864489ef1c741e575b7104f819ead84b9cd.tar.bz2 |
Change audio/video delay with hot-key.
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ typedef struct _video_hw_decoder_ VideoHwDecoder; //---------------------------------------------------------------------------- extern char VideoIgnoreRepeatPict; ///< disable repeat pict warning +extern int VideoAudioDelay; ///< audio/video delay //---------------------------------------------------------------------------- // Prototypes |