diff --git a/include/vlc_vout.h b/include/vlc_vout.h index fd43f79572a33102db0f3eae8f3762c8e3d1421f..99874040228af46fb9cd17e6644b832b652cb2c3 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -133,6 +133,9 @@ static inline void vout_CloseAndRelease( vout_thread_t *p_vout ) * * pp_image will hold an encoded picture in psz_format format. * + * p_fmt can be NULL otherwise it will be set with the format used for the + * picture before encoding. + * * i_timeout specifies the time the function will wait for a snapshot to be * available. *