From: Ilkka Ollakka Date: Tue, 20 Jul 2010 12:21:49 +0000 (+0300) Subject: fix documentation INPUT_GET_VOUTS actually uses size_t* than int* X-Git-Tag: 1.2.0-pre1~5736 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e575df71f59dcc2d9ce7c694ed5fb2b1d307e0ec;p=vlc fix documentation INPUT_GET_VOUTS actually uses size_t* than int* --- diff --git a/include/vlc_input.h b/include/vlc_input.h index 2aa3a026c0..9cd84a2526 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 */