[vlc-commits] access_out: add CAN_SEEK control

Steinar H. Gunderson git at videolan.org
Sun Aug 18 21:01:43 CEST 2013


vlc | branch: master | Steinar H. Gunderson <steinar+vlc at gunderson.no> | Sun Aug 18 22:00:37 2013 +0300| [d14b735f2b87eb1e0fd86b6fe3a77a6342091430] | committer: Rémi Denis-Courmont

access_out: add CAN_SEEK control

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 include/vlc_sout.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/vlc_sout.h b/include/vlc_sout.h
index 87d8229..e480325 100644
--- a/include/vlc_sout.h
+++ b/include/vlc_sout.h
@@ -81,6 +81,7 @@ struct sout_access_out_t
 enum access_out_query_e
 {
     ACCESS_OUT_CONTROLS_PACE, /* arg1=bool *, can fail (assume true) */
+    ACCESS_OUT_CAN_SEEK, /* arg1=bool *, can fail (assume true) */
 };
 
 VLC_API sout_access_out_t * sout_AccessOutNew( vlc_object_t *, const char *psz_access, const char *psz_name ) VLC_USED;



More information about the vlc-commits mailing list