]> git.sesse.net Git - vlc/commit
. this is a coding style patch which removes all "foo(bar){" constructions
authorSam Hocevar <sam@videolan.org>
Fri, 5 Jan 2001 14:45:47 +0000 (14:45 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 5 Jan 2001 14:45:47 +0000 (14:45 +0000)
commita132d75cac753d6da22a2996fd376f42234f9e56
tree205bface48791f518e85ad7ef42e8220200b2391
parentdf5793c289fa49607a503648a8b139425eb1b5ca
 . this is a coding style patch which removes all "foo(bar){" constructions
   and most of the tabulations.
 . also, fixed a bug in the default subtitle track.
 . and made a few error messages more explicit, ie. changed "error: %s" to
   "foo error: couldn't initialize bar (%s)"
26 files changed:
include/beos_window.h
include/config.h.in
include/int_types.h
include/keystrokes.h
include/threads.h
plugins/alsa/alsa.c
plugins/alsa/aout_alsa.c
plugins/sdl/intf_sdl.c
plugins/sdl/sdl.c
plugins/x11/vout_x11.c
src/ac3_decoder/ac3_bit_stream.h
src/ac3_decoder/ac3_decoder.h
src/ac3_decoder/ac3_decoder_thread.h
src/ac3_decoder/ac3_downmix.c
src/ac3_decoder/ac3_exponent.c
src/ac3_decoder/ac3_internal.h
src/ac3_decoder/ac3_mantissa.c
src/ac3_decoder/ac3_parse.c
src/audio_decoder/adec_bit_stream.h
src/audio_decoder/adec_generic.h
src/audio_decoder/adec_test.c
src/audio_decoder/audio_decoder.h
src/input/input.c
src/interface/interface.c
src/interface/intf_cmd.c
src/interface/main.c