]> git.sesse.net Git - vlc/commit
Stop using strings to index stats, use integers. The list is not sorted yet, though
authorClément Stenac <zorglub@videolan.org>
Sat, 4 Feb 2006 16:26:23 +0000 (16:26 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 4 Feb 2006 16:26:23 +0000 (16:26 +0000)
commit0b44cb999e661507876710e271a58b800e7db068
tree714b8c2efaddeebbc1e1843f4145c671d015cfcd
parentb41bfdb8bbb2c14e3313ce1f89c3f880ca93fd6f
Stop using strings to index stats, use integers. The list is not sorted yet, though
14 files changed:
include/vlc_messages.h
include/vlc_symbols.h
modules/stream_out/transcode.c
src/audio_output/dec.c
src/audio_output/input.c
src/input/decoder.c
src/input/es_out.c
src/input/input.c
src/input/stream.c
src/misc/stats.c
src/network/httpd.c
src/playlist/playlist.c
src/stream_output/stream_output.c
src/video_output/video_output.c