[vlc-commits] commit: fix documentation INPUT_GET_VOUTS actually uses size_t* than int* ( Ilkka Ollakka )
git at videolan.org
git at videolan.org
Tue Jul 20 15:45:59 CEST 2010
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Jul 20 15:21:49 2010 +0300| [e575df71f59dcc2d9ce7c694ed5fb2b1d307e0ec] | committer: Ilkka Ollakka
fix documentation INPUT_GET_VOUTS actually uses size_t* than int*
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e575df71f59dcc2d9ce7c694ed5fb2b1d307e0ec
---
include/vlc_input.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_input.h b/include/vlc_input.h
index 2aa3a02..9cd84a2 100644
--- a/include/vlc_input.h
+++ b/include/vlc_input.h
@@ -512,7 +512,7 @@ enum input_query_e
/* Input ressources
* XXX You must call vlc_object_release as soon as possible */
INPUT_GET_AOUT, /* arg1=aout_instance_t ** res=can fail */
- INPUT_GET_VOUTS, /* arg1=vout_thread_t ***, int * res=can fail */
+ INPUT_GET_VOUTS, /* arg1=vout_thread_t ***, size_t * res=can fail */
INPUT_GET_ES_OBJECTS, /* arg1=int id, vlc_object_t **dec, vout_thread_t **, aout_instance_t ** */
/* External clock managments */
More information about the vlc-commits
mailing list