diff options
author | Johns <johns98@gmx.net> | 2013-01-03 18:52:34 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-01-03 18:52:34 +0100 |
commit | d42475f2dc42650e38069a22f020635132dd5341 (patch) | |
tree | 1313b8b0c3cab725b058efa4b3f7973fba9573cd /softhddev.h | |
parent | 7cf6c1ab2baef9d83c9c44ea663ef6b997f40d9c (diff) | |
download | vdr-plugin-softhddevice-d42475f2dc42650e38069a22f020635132dd5341.tar.gz vdr-plugin-softhddevice-d42475f2dc42650e38069a22f020635132dd5341.tar.bz2 |
Prepared reentrant video stream.
Diffstat (limited to 'softhddev.h')
-rw-r--r-- | softhddev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h index cf8bf2b..564dcba 100644 --- a/softhddev.h +++ b/softhddev.h @@ -44,6 +44,8 @@ extern "C" /// C plugin play video packet extern int PlayVideo(const uint8_t *, int); + /// C plugin play video packet (next version) + extern int PlayVideo2(const uint8_t *, int); /// C plugin play TS video packet extern void PlayTsVideo(const uint8_t *, int); /// C plugin grab an image |