summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-01 20:57:40 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:20 +0200
commitfc95b0d5f32fae88b72cefe69fc984ec4b1debdb (patch)
tree0ab50e77ed51e1c9235e139bcceb3d6863e0c639 /libmpdemux
parent077c9025bf0c279adbc578488c8a2c12d52a9fc7 (diff)
downloadmpv-fc95b0d5f32fae88b72cefe69fc984ec4b1debdb.tar.bz2
mpv-fc95b0d5f32fae88b72cefe69fc984ec4b1debdb.tar.xz
asfguid.h: Use AV_RL32 also in x86
It is well enough optimized nowadays. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31610 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/asfguid.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpdemux/asfguid.h b/libmpdemux/asfguid.h
index 135da26bce..91b2760b28 100644
--- a/libmpdemux/asfguid.h
+++ b/libmpdemux/asfguid.h
@@ -26,11 +26,7 @@
#include "mpbswap.h"
-#if ARCH_X86
-#define ASF_LOAD_GUID_PREFIX(guid) (*(uint32_t *)(guid))
-#else
#define ASF_LOAD_GUID_PREFIX(guid) AV_RL32(guid)
-#endif
#define ASF_GUID_PREFIX_audio_stream 0xF8699E40
#define ASF_GUID_PREFIX_video_stream 0xBC19EFC0