diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-31 16:55:55 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-31 16:55:55 +0200 |
commit | b82a1365fcbfb32c4e24dfdc607b685d09c4d520 (patch) | |
tree | a9c26f45af65fc4eec77ac8176a45ffd63b8e6f8 /ChangeLog | |
parent | d67f284ec89bf3252e9d2830115ced391727f1e4 (diff) | |
download | xine-lib-b82a1365fcbfb32c4e24dfdc607b685d09c4d520.tar.gz xine-lib-b82a1365fcbfb32c4e24dfdc607b685d09c4d520.tar.bz2 |
Create a single NSF plugin that includes both the demuxer (previously in the audio group) and the decoder. One of the two plugins without the other would be useless.
--HG--
rename : src/libxineadec/nsf.c => src/combined/nsf_decoder.c
rename : src/demuxers/demux_nsf.c => src/combined/nsf_demuxer.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ xine-lib (1.1.90) (Unreleased) * Add another message code to allow for auth prompts. Previously, it was not possible to distinguish between 401 Authentication Requried and 403 Forbidden. + * Merge the demuxer and the decoder for NSF files in a combined plugin. xine-lib (1.1.7) (unreleased) * Support libdca (new name for libdts) by shuffling around the dts.h file. |