[vlc-commits] mux: remove return value from sout_mux_t.pf_delstream

Rémi Denis-Courmont git at videolan.org
Sat Feb 21 11:24:23 CET 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb 21 12:23:42 2015 +0200| [ec0c77b99503476e499bc5260317df9c2332087b] | committer: Rémi Denis-Courmont

mux: remove return value from sout_mux_t.pf_delstream

This is always VLC_SUCCESS anyway.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec0c77b99503476e499bc5260317df9c2332087b
---

 include/vlc_sout.h                |    2 +-
 modules/demux/avformat/mux.c      |    5 ++---
 modules/mux/asf.c                 |    5 ++---
 modules/mux/avi.c                 |    5 ++---
 modules/mux/dummy.c               |    5 ++---
 modules/mux/mp4.c                 |    5 ++---
 modules/mux/mpeg/ps.c             |    5 ++---
 modules/mux/mpeg/ts.c             |    6 ++----
 modules/mux/mpjpeg.c              |    5 ++---
 modules/mux/ogg.c                 |    4 ++--
 modules/mux/wav.c                 |    6 ++----
 src/stream_output/stream_output.c |    5 +----
 12 files changed, 22 insertions(+), 36 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=ec0c77b99503476e499bc5260317df9c2332087b


More information about the vlc-commits mailing list