[vlc-devel] [PATCH 00/10] a little bit of clean-up
Filip Roséen
filip at atch.se
Mon Oct 10 18:17:52 CEST 2016
During the last couple of weeks I have been busy focusing on things
not related to software development. I have, however, been passing
some of my time (and putting my mind to rest) by doing a shitload of
clean-up.
Given that I do not want to flood the mailing-list with 100+ patches
at once, here are the first 10. I will try to order the patches in
such a way that each bundle (of 10) consists of easily-reviewed
contents.
The below (ascii-art) might look like an unfinished tree, or a radio
antenna on an abnormally flat mountain, but I was aiming for a broom.
.
:
:
:
:
_:_
//|\\
///|\\\
Filip Roséen (10):
input/vlmshell: merge declaration and initialization in ExecudeMediaProperty
input/vlm: narrow scope of iteration variables
input/meta: narrow scope of iteration variables
input/meta: post-pone variable-declaration in vlc_meta_Merge
input/decoder: narrow scope of iteration variables
playlist/item: utilize TAB_FIND in ItemIndex
misc/image: narrow scope of iteration variable
misc/image: remove useless comment
misc/picture: narrow scope of iteration variables
misc: remove unnecessary cast when using vlc_array_item_at_index
modules/access_output/livehttp.c | 4 ++--
modules/mux/asf.c | 2 +-
src/input/decoder.c | 13 +++++--------
src/input/meta.c | 12 ++++--------
src/input/vlm.c | 34 +++++++++++-----------------------
src/input/vlmshell.c | 3 +--
src/misc/image.c | 14 +-------------
src/misc/picture.c | 7 ++-----
src/playlist/item.c | 11 ++++++++---
9 files changed, 35 insertions(+), 65 deletions(-)
--
2.10.0
More information about the vlc-devel
mailing list