gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [patch #8734] Patches for improving `--audio-dump` suppor


From: Nutchanon Wetchasit
Subject: [Gnash-commit] [patch #8734] Patches for improving `--audio-dump` support in Gnash
Date: Thu, 01 Oct 2015 16:52:07 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:25.5) Gecko/20150606 Firefox/31.9 PaleMoon/25.5.0

Follow-up Comment #9, patch #8734 (project gnash):

Patch 4 of 4: see the attached
`0004_use-endian-neutral-wave-header-write.patch`

Original code assumes the platform is using little-endian byte order
<https://savannah.gnu.org/bugs/?45887#comment3>
when it writes WAVE header, which would produce an unreadable file if
the system is big-endian.

This patch switches it to an endian-neutral bit shifting. (Might need a
review,
since I'm not sure if there is a less clunky way to do this)

*Note*: The patch does not provide a provision for audio _data_'s byte
ordering itself.

Gnash: 0.8.11dev (patched against git f0f66ce 23-Sep-2015)
System: Debian GNU/Linux 7.0 Wheezy i386

(file #35023)
    _______________________________________________________

Additional Item Attachment:

File name: 0004_use-endian-neutral-wave-header-write.patch Size:1 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8734>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]