]> git.sesse.net Git - vlc/commit
. indentation fixes
authorSam Hocevar <sam@videolan.org>
Mon, 18 Dec 2000 07:56:32 +0000 (07:56 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 18 Dec 2000 07:56:32 +0000 (07:56 +0000)
commit2dabbaa9f58d0d51d327cb9a079fbc716f77b516
tree94a6a12c879c4ac7436bfcf1ba9f82a398382e07
parent9632f78e4e41ef8a971e3944fba267f03a0e8b37
 . indentation fixes

 . fixed audio syncword detection for mpeg 1 streams (hopefully)
    FIXME: can anyone confirm we can get rid of adec_byte_stream_next
    in audio_decoder_thread.c now that we have the new input ?

 . fixed Layer 2 Mono decoding.
    FIXME: who created freq_table ? what was the rationale for it, and
    where does it come from ?
    FIXME: how can we spare the extra DCT in audio_decoder.c:707 ? I'm too
    tired to think about it.

 . proposal: splitting audio_decoder.c in one file per layer.
src/audio_decoder/audio_decoder.c
src/audio_decoder/audio_decoder_thread.c
src/audio_decoder/audio_math.c
src/audio_decoder/audio_test.c