diff options
author | Johns <johns98@gmx.net> | 2012-03-15 15:42:51 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-03-15 15:42:51 +0100 |
commit | 552a994db383d95a22536dcba0660649c6a586a3 (patch) | |
tree | 39a81f9ad82bacdd5ff17834046a3562dd4cb428 /softhddev.c | |
parent | d24f19bc2d920e7d8cce9cbe2910c6abe25f6380 (diff) | |
download | vdr-plugin-softhddevice-552a994db383d95a22536dcba0660649c6a586a3.tar.gz vdr-plugin-softhddevice-552a994db383d95a22536dcba0660649c6a586a3.tar.bz2 |
Add optional argument to ATTA svdrp commmand.
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddev.c b/softhddev.c index a6dca5f..c0ca0d6 100644 --- a/softhddev.c +++ b/softhddev.c @@ -1136,7 +1136,7 @@ static VideoHwDecoder *MyHwDecoder; ///< video hw decoder static VideoDecoder *MyVideoDecoder; ///< video decoder static enum CodecID VideoCodecID; ///< current codec id -static const char *X11DisplayName; ///< x11 display name +const char *X11DisplayName; ///< x11 display name static volatile char Usr1Signal; ///< true got usr1 signal #define VIDEO_BUFFER_SIZE (512 * 1024) ///< video PES buffer default size |