[vlc-devel] [PATCH] libvlc: remove unused libvlc_rectangle_t structure

Steve Lhomme robux4 at gmail.com
Wed Sep 7 16:26:05 CEST 2016


On Wed, Sep 7, 2016 at 3:49 PM, Vittorio Giovara
<vittorio.giovara at gmail.com> wrote:
> On Wed, Sep 7, 2016 at 2:49 PM, Jean-Baptiste Kempf <jb at videolan.org> wrote:
>> Applied.
>>
>> On 07 Sep, Steve Lhomme wrote :
>>> ---
>>>  include/vlc/libvlc_media_player.h | 9 ---------
>>>  1 file changed, 9 deletions(-)
>>>
>>> diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
>>> index 79a0b1f..2718a33 100644
>>> --- a/include/vlc/libvlc_media_player.h
>>> +++ b/include/vlc/libvlc_media_player.h
>>> @@ -104,15 +104,6 @@ typedef struct libvlc_audio_output_device_t
>>>  } libvlc_audio_output_device_t;
>>>
>>>  /**
>>> - * Rectangle type for video geometry
>>> - */
>>> -typedef struct libvlc_rectangle_t
>>> -{
>>> -    int top, left;
>>> -    int bottom, right;
>>> -} libvlc_rectangle_t;
>>> -
>>> -/**
>>>   * Marq options definition
>>>   */
>>>  typedef enum libvlc_video_marquee_option_t {
>>> --
>
> Doesn't this (potentially) break API?

Even if that's the case I think we're allowed in 3.0 (until the API is frozen).

> --
> Vittorio
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list