From b82a1365fcbfb32c4e24dfdc607b685d09c4d520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 31 May 2007 16:55:55 +0200 Subject: 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 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f7aa3e2b..448894166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. -- cgit v1.2.3