X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Fresource.h;h=fa20611a92a39c9f50daa4aacd65c210f5906c55;hb=c20f0e81f033223e2ec2066b5c9a9c10a2b97e6e;hp=15bc377b2414702afa3bbca2f18344396c18d49a;hpb=c58cece6ebf66f5cd602c03958295fccb192878d;p=vlc diff --git a/src/input/resource.h b/src/input/resource.h index 15bc377b24..fa20611a92 100644 --- a/src/input/resource.h +++ b/src/input/resource.h @@ -81,7 +81,7 @@ vout_thread_t *input_resource_HoldVout( input_resource_t * ); * * You must call vlc_object_release on all values returned (if non NULL). */ -void input_resource_HoldVouts( input_resource_t *, vout_thread_t ***, int * ); +void input_resource_HoldVouts( input_resource_t *, vout_thread_t ***, size_t * ); #endif