Commit 5f7bf43c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vlc/libvlc.h: Remove deprecated functions definition. (Patch by Enrique Osuna)

parent 50b8eb21
...@@ -667,14 +667,6 @@ VLC_PUBLIC_API void ...@@ -667,14 +667,6 @@ VLC_PUBLIC_API void
* @{ * @{
*/ */
/**
* Does this input have a video output ?
* \param p_input the input
* \param p_exception an initialized exception
*/
VLC_PUBLIC_API vlc_bool_t libvlc_input_has_vout( libvlc_media_instance_t *, libvlc_exception_t *);
VLC_PUBLIC_API float libvlc_input_get_fps( libvlc_media_instance_t *, libvlc_exception_t *);
/** /**
* Toggle fullscreen status on video output * Toggle fullscreen status on video output
* \param p_input the input * \param p_input the input
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment