From: Andre Noll Date: Sun, 25 Mar 2007 14:34:20 +0000 (+0200) Subject: do not copy the audio file header X-Git-Tag: v0.2.16~7^2 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=970247623b17124a5aacb14a8061da56e1f3b0be;hp=970247623b17124a5aacb14a8061da56e1f3b0be;p=paraslash.git do not copy the audio file header It's present in the memory map anyway. So instead of making a copy, store the position of the header (always zero for now) in mmd->audio_format_info. ---