summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-28 14:28:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-28 14:28:38 +0000
commit22fc24fe567029303c32799b5c7590e6dbb75fd8 (patch)
tree6ff62d49b378d63434cc510deb64f1dc078c576e /liba52
parentf5a10ea82fc3f4e562fde383dd6b42df14e3d4e8 (diff)
downloadmpv-22fc24fe567029303c32799b5c7590e6dbb75fd8.tar.bz2
mpv-22fc24fe567029303c32799b5c7590e6dbb75fd8.tar.xz
cosmetics: misc typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23893 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'liba52')
-rw-r--r--liba52/bitstream.h2
-rw-r--r--liba52/liba52_changes.diff2
2 files changed, 2 insertions, 2 deletions
diff --git a/liba52/bitstream.h b/liba52/bitstream.h
index 601ffa6871..071fe72906 100644
--- a/liba52/bitstream.h
+++ b/liba52/bitstream.h
@@ -42,7 +42,7 @@
// alternative (faster) bitstram reader (reades upto 3 bytes over the end of the input)
#define ALT_BITSTREAM_READER
-/* used to avoid missaligned exceptions on some archs (alpha, ...) */
+/* used to avoid misaligned exceptions on some archs (alpha, ...) */
#if defined (ARCH_X86) || defined(ARCH_ARMV4L)
# define unaligned32(a) (*(uint32_t*)(a))
#else
diff --git a/liba52/liba52_changes.diff b/liba52/liba52_changes.diff
index f5fcb03947..b238d613d0 100644
--- a/liba52/liba52_changes.diff
+++ b/liba52/liba52_changes.diff
@@ -96,7 +96,7 @@
+// alternative (faster) bitstram reader (reades upto 3 bytes over the end of the input)
+#define ALT_BITSTREAM_READER
+
-+/* used to avoid missaligned exceptions on some archs (alpha, ...) */
++/* used to avoid misaligned exceptions on some archs (alpha, ...) */
+#if defined (ARCH_X86) || defined(ARCH_ARMV4L)
+# define unaligned32(a) (*(uint32_t*)(a))
+#else