[vlc-devel] [vlc-commits] access: remove write-only info.i_pos usage

Steve Lhomme robux4 at gmail.com
Wed Sep 16 09:52:35 CEST 2015


It was read-only simply because this patch was not applied
https://patches.videolan.org/patch/9790/

Can we revert this change ? I do not see a way to get the current
position in the vlc_access API anymore.

On Wed, Sep 2, 2015 at 9:54 PM, Rémi Denis-Courmont <git at videolan.org> wrote:
> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Sep  1 21:36:28 2015 +0300| [fbf85e3da7d7d59b25e93f80e6fefd28c0f4639a] | committer: Rémi Denis-Courmont
>
> access: remove write-only info.i_pos usage
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fbf85e3da7d7d59b25e93f80e6fefd28c0f4639a
> ---
>
>  include/vlc_access.h            |    8 --------
>  modules/access/archive/access.c |   10 ++--------
>  modules/access/avio.c           |    5 +----
>  modules/access/cdda.c           |    3 ---
>  modules/access/concat.c         |   19 +++++--------------
>  modules/access/dshow/dshow.cpp  |    1 -
>  modules/access/dsm/access.c     |    5 +----
>  modules/access/file.c           |    2 --
>  modules/access/imem-access.c    |    5 +----
>  modules/access/mtp.c            |    5 +----
>  modules/access/rtsp/access.c    |    1 -
>  modules/access/sftp.c           |    2 --
>  modules/access/smb.c            |    2 --
>  modules/access/tcp.c            |    6 +++---
>  modules/access/v4l2/access.c    |    1 -
>  modules/access/vcdx/access.c    |   26 +++-----------------------
>  modules/access/zip/zipaccess.c  |    3 ---
>  17 files changed, 17 insertions(+), 87 deletions(-)
>
> Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=fbf85e3da7d7d59b25e93f80e6fefd28c0f4639a
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> https://mailman.videolan.org/listinfo/vlc-commits


More information about the vlc-devel mailing list