[vlc-devel] [PATCH] sout: existing code assumes ACCESS_OUT_CAN_SEEK is false on failure

Steve Lhomme robux4 at videolabs.io
Thu Oct 1 10:03:31 CEST 2015


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

diff --git a/include/vlc_sout.h b/include/vlc_sout.h
index e4cc0e8..40fb570 100644
--- a/include/vlc_sout.h
+++ b/include/vlc_sout.h
@@ -90,7 +90,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) */
+    ACCESS_OUT_CAN_SEEK, /* arg1=bool *, can fail (assume false) */
 };
 
 VLC_API sout_access_out_t * sout_AccessOutNew( vlc_object_t *, const char *psz_access, const char *psz_name ) VLC_USED;
-- 
2.5.2



More information about the vlc-devel mailing list