diff options
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); |