[vlc-devel] [PATCH 00/13] another set of boring patches

Filip Roséen filip at atch.se
Thu Oct 13 18:06:50 CEST 2016


Continuation of:

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

I'm feeling kinda lazy (and very hungry), so this ascii-guy certainly is not
pretty but it's all I am able to come up with.

                          ________________________
                         :                        :
                    ___  : refp is hungry, sorry. :
                   (o.o) :________________________:
                   __|__/
                     |
                   _/ \_

Filip Roséen (13):
  codec/dca: narrow scope of iteration variables
  codec/dvbsub: narrow scope of iteration variables
  codec/flac: narrow scope of iteration variable
  codec/libmpeg2: narrow scope of iteration variable
  codec/opus: narrow scope of iteration variable
  codec/sdl_image: narrow scope of iteration variables
  codec/sdl_image: narrow scope of variales used in loop
  codec/subsusf: narrow scope of iteration variables
  codec/telx: narrow scope of iteration variables
  codec/twolame: narrow scope of iteration variable
  codec/vorbis: narrow scope of iteration variable + clean-up
  control/motionlib: remove trailing whitespace
  control/oldrc: limit scope of iteration variables

 modules/codec/dca.c         |  7 ++-----
 modules/codec/dvbsub.c      |  9 +++------
 modules/codec/flac.c        |  3 +--
 modules/codec/libmpeg2.c    |  3 +--
 modules/codec/opus.c        |  3 +--
 modules/codec/sdl_image.c   | 39 ++++++++++++++++-----------------------
 modules/codec/subsusf.c     | 20 ++++++--------------
 modules/codec/telx.c        | 14 +++++---------
 modules/codec/twolame.c     |  3 +--
 modules/codec/vorbis.c      | 12 ++++--------
 modules/control/motionlib.c |  4 ++--
 modules/control/oldrc.c     | 12 +++++-------
 12 files changed, 47 insertions(+), 82 deletions(-)

-- 
2.10.0



More information about the vlc-devel mailing list