diff options
author | scop <scop> | 2007-01-07 21:59:01 +0000 |
---|---|---|
committer | scop <scop> | 2007-01-07 21:59:01 +0000 |
commit | ce93cd0ecf582a735f5293dbba18fdd7940928db (patch) | |
tree | 9e9b8298c64f49ed6d203388bd91f4ae356a1c4f /dxr3device.h | |
parent | 1b9f6b36430d8e3ae4cf61bc48e86d14146b20ac (diff) | |
download | vdr-plugin-dxr3-ce93cd0ecf582a735f5293dbba18fdd7940928db.tar.gz vdr-plugin-dxr3-ce93cd0ecf582a735f5293dbba18fdd7940928db.tar.bz2 |
Spelling fixes.
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3device.h b/dxr3device.h index 8edc934..29f41b7 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -58,7 +58,7 @@ public: virtual int PlayVideo(const uchar *Data, int Length); virtual int PlayAudio(const uchar *Data, int Length, uchar Id); - // addition functions + // additional functions virtual void SetVideoFormat(bool VideoFormat16_9); virtual void SetVolumeDevice(int Volume); virtual void SetAudioChannelDevice(int AudioChannel); |