]> git.sesse.net Git - vlc/commit
* Code cleanup: removed a few tabulations.
authorSam Hocevar <sam@videolan.org>
Fri, 6 Apr 2001 09:15:48 +0000 (09:15 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 6 Apr 2001 09:15:48 +0000 (09:15 +0000)
commit94c51c45b71aafea937b729ce661d896ce055de3
treedc710b55bc6e0b7b4f36e82cd2db0b10ca7acbde
parentf3f860ca5d69aa95060c073fa912f653478d35b6
  * Code cleanup: removed a few tabulations.
  * Fixed inline asm routines to remove all read/write operands.
  * Added <string.h> to most files to prevent warnings under FreeBSD.
  * Added "break;" after "default:" in case switches to prevent
    warnings when compiling with GCC 3.0pre.
41 files changed:
extras/GNUgetopt/COPYING [new file with mode: 0644]
extras/MacOSX_dvdioctl/COPYING [new file with mode: 0644]
extras/MacOSX_dvdioctl/DVDioctl.cpp
extras/MacOSX_dvdioctl/README [new file with mode: 0644]
plugins/alsa/aout_alsa.c
plugins/dvd/dvd_css.c
plugins/dvd/dvd_ioctl.c
plugins/dvd/dvd_netlist.c
plugins/ggi/vout_ggi.c
plugins/idct/idct_common.c
plugins/sdl/vout_sdl.c
src/ac3_decoder/ac3_bit_allocate.c
src/ac3_decoder/ac3_decoder_thread.c
src/ac3_decoder/ac3_downmix.c
src/ac3_decoder/ac3_downmix_c.c
src/ac3_decoder/ac3_exponent.c
src/ac3_decoder/ac3_mantissa.c
src/ac3_decoder/ac3_parse.c
src/audio_decoder/adec_generic.c
src/audio_decoder/adec_layer1.c
src/audio_decoder/adec_layer2.c
src/audio_decoder/audio_decoder.c
src/input/input_clock.c
src/input/input_dec.c
src/input/input_ext-dec.c
src/input/input_ext-intf.c
src/input/input_netlist.c
src/input/input_programs.c
src/input/mpeg_system.c
src/interface/intf_ctrl.c
src/interface/intf_urldecode.c
src/interface/main.c
src/lpcm_decoder/lpcm_decoder.c
src/lpcm_decoder/lpcm_decoder_thread.c
src/misc/tests.c
src/spu_decoder/spu_decoder.c
src/video_decoder/video_decoder.c
src/video_output/video_spu.c
src/video_parser/video_fifo.c
src/video_parser/vpar_headers.c
src/video_parser/vpar_synchro.c