summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/transcode/files/transcode-0.6.13-r1-bitstream.patch')
-rw-r--r--media-video/transcode/files/transcode-0.6.13-r1-bitstream.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/transcode/files/transcode-0.6.13-r1-bitstream.patch b/media-video/transcode/files/transcode-0.6.13-r1-bitstream.patch
new file mode 100644
index 000000000000..0290899342a1
--- /dev/null
+++ b/media-video/transcode/files/transcode-0.6.13-r1-bitstream.patch
@@ -0,0 +1,12 @@
+diff -u3 -rN transcode-0.6.13/libac3/bitstream.c transcode-0.6.13-patched/libac3/bitstream.c
+--- transcode-0.6.13/libac3/bitstream.c 2004-10-17 23:56:50.000000000 +0100
++++ transcode-0.6.13-patched/libac3/bitstream.c 2004-10-28 19:37:06.497339637 +0100
+@@ -97,7 +97,7 @@
+ static inline void
+ bitstream_fill_current()
+ {
+- current_word = *(buffer_start)++;
++ current_word = *((uint_32*)buffer_start)++;
+ current_word = swab32(current_word);
+ }
+