[vlc-devel] commit: missing: add sout_MuxGetStream (Pierre Ynard )

git version control git at videolan.org
Wed Dec 9 13:10:40 CET 2009


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Dec  9 13:09:00 2009 +0100| [d51d6fa2948bc8aa75315b425ce09aae53887c31] | committer: Pierre Ynard 

missing: add sout_MuxGetStream

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d51d6fa2948bc8aa75315b425ce09aae53887c31
---

 src/missing.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/missing.c b/src/missing.c
index d9ad692..b1b9263 100644
--- a/src/missing.c
+++ b/src/missing.c
@@ -292,6 +292,11 @@ void sout_MuxDeleteStream (sout_mux_t *mux, sout_input_t *input)
     assert (0);
 }
 
+int sout_MuxGetStream (sout_mux_t *p_mux, int i_blocks, mtime_t *pi_dts)
+{
+    assert (0);
+}
+
 sout_mux_t *sout_MuxNew (sout_instance_t *instance, const char *mux,
                          sout_access_out_t *out)
 {




More information about the vlc-devel mailing list