mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 18:57:35 +00:00
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
This commit is contained in:
parent
077c9025bf
commit
fc95b0d5f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user