vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Fri Jul 24 16:08:07 2015 +0300| [e2ac0530ebf3bc85839bf4974ef4125dbfd52548] | committer: Rémi Denis-Courmont
stream: restore values of STREAM_ position/size controls > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e2ac0530ebf3bc85839bf4974ef4125dbfd52548 --- include/vlc_stream.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/vlc_stream.h b/include/vlc_stream.h index 1b088de..9beb49c 100644 --- a/include/vlc_stream.h +++ b/include/vlc_stream.h @@ -83,13 +83,11 @@ enum stream_query_e STREAM_CAN_FASTSEEK, /**< arg1= bool * res=cannot fail*/ STREAM_CAN_PAUSE, /**< arg1= bool * res=cannot fail*/ STREAM_CAN_CONTROL_PACE, /**< arg1= bool * res=cannot fail*/ - STREAM_IS_DIRECTORY, /**< arg1= bool *, arg2= bool *, arg3=bool *, res=cannot fail*/ - /* */ STREAM_SET_POSITION, /**< arg1= uint64_t res=can fail */ STREAM_GET_POSITION, /**< arg1= uint64_t * res=cannot fail*/ - STREAM_GET_SIZE, /**< arg1= uint64_t * res=can fail */ + STREAM_IS_DIRECTORY, /**< arg1= bool *, arg2= bool *, arg3=bool *, res=cannot fail*/ /* */ STREAM_GET_PTS_DELAY = 0x101,/**< arg1= int64_t* res=cannot fail */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
