]> git.sesse.net Git - vlc/commit
(previous commit foired)
authorSam Hocevar <sam@videolan.org>
Fri, 5 Jan 2001 14:46:37 +0000 (14:46 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 5 Jan 2001 14:46:37 +0000 (14:46 +0000)
commit2a8ef11d88512a2717f177f7f8da334feca030b5
tree9c17f12a29c3e5a6de1a0ce46484b86d993226ca
parenta132d75cac753d6da22a2996fd376f42234f9e56
(previous commit foired)

 . 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)"
 . and removed a warning in intf_ctrl.c which isn't used anyway.
16 files changed:
plugins/sdl/vout_sdl.c
src/interface/intf_ctrl.c
src/lpcm_decoder/lpcm_decoder.h
src/lpcm_decoder/lpcm_decoder_thread.c
src/lpcm_decoder/lpcm_decoder_thread.h
src/misc/mtime.c
src/misc/netutils.c
src/misc/playlist.c
src/misc/plugins.c
src/spu_decoder/spu_decoder.c
src/video_decoder/vdec_idctmmx.S
src/video_decoder/vdec_motion.c
src/video_decoder/vdec_motion_inner.c
src/video_decoder/vdec_motion_inner_mmx.c
src/video_output/video_output.c
src/video_output/video_text.c