[vlc-devel] [PATCH 00/13] another set of clean-up patches
    Filip Roséen 
    filip at atch.se
       
    Wed Oct 12 20:07:59 CEST 2016
    
    
  
Most are probably familiar with these type of patches by now, but if that is
not the case; see the below two links for further information.
 - https://mailman.videolan.org/pipermail/vlc-devel/2016-October/109763.html
 - https://mailman.videolan.org/pipermail/vlc-devel/2016-October/109791.html
I added a (somewhat minimalistic) cigarette to the below ascii-mouse since
most, at least if you hang out in `#videolan @ freenode`, know that I smoke far
too much (and jftr I'm about to have another one).
                        .--,       .--,
                       ( (  \.---./  ) )
                        '.__/o   o\__.'
                           {=  ^  =}
                            >  -  <
                           /       \
                    ~     //       \\
                     ~.__//|   .   |\\
                         "'\       /'"_.-~^`'-.
                            \  _  /--'         `
                      jgs ___)( )(___
                         (((__) (__)))
    src: http://www.chris.com/ascii/index.php?art=animals/rodents/mice
Filip Roséen (13):
  lib/media_discovery: narrower scope of iteration variable
  lib/media_list: narrow scope of iteration variables
  lib/media_list: narrow scope of iteration variable
  lib/media_list: simplify libvlc_media_list_index_of_item
  lib/media_list: narrow scope of variable used in loop
  lib/media_list_path: narrow scope of iteration variables
  lib/media_list_path: remove trailing whitespace
  lib/vlm.c: remove trailing whitespace
  lib/vlm: narrow scope of variables used in loop
  access/live555: narrow scope of iteration variable
  access/mms: narrow scope of iteration variables
  access/rtsp: narrow scope of iteration variable
  access/vcd: narrow scope of iteration variables
 lib/media_discoverer.c      |  4 +---
 lib/media_list.c            | 22 +++++++---------------
 lib/media_list_path.h       | 31 ++++++++++++++-----------------
 lib/vlm.c                   |  8 ++++----
 modules/access/live555.cpp  |  3 +--
 modules/access/mms/buffer.c |  6 +-----
 modules/access/rtsp/real.c  |  4 ++--
 modules/access/vcd/cdrom.c  | 13 ++++---------
 8 files changed, 34 insertions(+), 57 deletions(-)
-- 
2.10.0
    
    
More information about the vlc-devel
mailing list