From ec932164a115f3ad3cc2f69c8f2aa5e0ce33d782 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 9 Aug 2003 12:57:16 +0000 Subject: [PATCH] RealAudio: "dnet" is acutally byte-swapped AC3, so it is AC3 which is output for it. No more A_REAL/DNET. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 36fb80b5c..2dfde3357 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-08-09 Moritz Bunkus + + * mkvmerge: RealAudio: "dnet" is actually byte-swapped AC3 and is + being treated as such (re-swapped and output as AC3). + + * mkvmerge: Fixed a bug with chapters and splitting which would + crash mkvmerge if no chapter belonged into the output file. + 2003-08-06 Moritz Bunkus * Changes for compilation with gcc 2.95.