summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-21 20:55:28 +0100
committerJohns <johns98@gmx.net>2012-02-21 20:55:28 +0100
commit5d8dea1b6b9e15048f425f13b349e785a494cdb3 (patch)
treeac2fc34f5cff60e63b59fa8ed5bcd5d9f6a1d7fa /video.h
parent1f232db5b499169e3c354b4af4bb59053009f210 (diff)
downloadvdr-plugin-softhddevice-5d8dea1b6b9e15048f425f13b349e785a494cdb3.tar.gz
vdr-plugin-softhddevice-5d8dea1b6b9e15048f425f13b349e785a494cdb3.tar.bz2
New audio PES handling.
New easier and more flexible audio PES packet parser, which includes own codec parser. Removed av_parser use. Reduced audio buffer time, faster channel switch. New audio transport stream parser (not enabled as default).
Diffstat (limited to 'video.h')
-rw-r--r--video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video.h b/video.h
index d9fd608..90c8c32 100644
--- a/video.h
+++ b/video.h
@@ -144,5 +144,6 @@ extern void VideoExit(void); ///< Cleanup and exit video module.
extern void VideoFlushInput(void); ///< Flush video input buffers.
extern int VideoDecode(void); ///< Decode video input buffers.
+extern int VideoGetBuffers(void); ///< Get number of input buffers.
/// @}