[vlc-devel] [PATCH 00/13, clean-up] lucky number 13

Filip Roséen filip at atch.se
Tue Oct 11 20:06:12 CEST 2016


Another set of patches that are simple cleaning of parts of the
codebase, see the below linked thread for further information.

  - https://mailman.videolan.org/pipermail/vlc-devel/2016-October/109763.html

The below is the result of googling for "dust ascii", must say that I
am not disappointed.

                            .
                     *   .     .   .
                          . (*.) .    * .
                      .  ( .(.. ) )
                     . .( (..*  ).*) .
                        ( *  . ). .)  .
                       .  ( (. *.) .
                           .  .    *
                        .*       .  Keely  03/94

    src: http://ascii.co.uk/art/dust

Filip Roséen (13):
  access/dcp: narrow scope of iteration variable
  access/dcp: merge declaration and initialization
  access/dcp: fix misleading indentation
  access/dtv: narrow scope of iteration variable
  access/dvb: narrow scope of iteration variable
  access/dvdnav: narrow scope of iteration variables
  access/dvdnav: merge declaration and initialization
  access/dvdread: narrow scope of iteration variables
  access/jack: narrow scope of iteration variables
  access/jack: narrow scope of variable used in iteration
  access/jack: whitespace fixes
  access/jack: move variale declaration to initialization
  access/jack: remove unnecessary if-conditions

 modules/access/dcp/dcpdecrypt.cpp |  7 ++--
 modules/access/dcp/dcpparser.cpp  | 19 ++++-----
 modules/access/dtv/en50221.c      |  6 +--
 modules/access/dvb/access.c       |  3 +-
 modules/access/dvdnav.c           | 13 +++---
 modules/access/dvdread.c          | 17 ++++----
 modules/access/jack.c             | 88 ++++++++++++++++-----------------------
 7 files changed, 62 insertions(+), 91 deletions(-)

-- 
2.10.0



More information about the vlc-devel mailing list