summaryrefslogtreecommitdiff
path: root/softhddev.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-01-01 15:21:28 +0100
committerJohns <johns98@gmx.net>2013-01-01 15:21:28 +0100
commit3d5e59a6e516dd58d0e93d283787a1f54515ece1 (patch)
tree43bcf98b0d5f12b4297d5c7b71c3199d987b0958 /softhddev.h
parentacf377ec601f4a7b904e7aa85e9ef48ed5231e45 (diff)
downloadvdr-plugin-softhddevice-3d5e59a6e516dd58d0e93d283787a1f54515ece1.tar.gz
vdr-plugin-softhddevice-3d5e59a6e516dd58d0e93d283787a1f54515ece1.tar.bz2
Support multiple streams with ScaleVideo.
Diffstat (limited to 'softhddev.h')
-rw-r--r--softhddev.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/softhddev.h b/softhddev.h
index 60dfcbf..cf8bf2b 100644
--- a/softhddev.h
+++ b/softhddev.h
@@ -1,7 +1,7 @@
///
/// @file softhddev.h @brief software HD device plugin header file.
///
-/// Copyright (c) 2011 - 2012 by Johns. All Rights Reserved.
+/// Copyright (c) 2011 - 2013 by Johns. All Rights Reserved.
///
/// Contributor(s):
///
@@ -95,6 +95,8 @@ extern "C"
/// Get decoder statistics
extern void GetStats(int *, int *, int *, int *);
+ /// C plugin scale video
+ extern void ScaleVideo(int, int, int, int);
#ifdef __cplusplus
}
#endif