Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-05-23 18:50:37 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-05-23 18:50:37 +0400
commite7ebad34b0a490f7fa98050e34077f33a338ad39 (patch)
treeda88226c09cf78be99e5c339afa4e75166d5b010 /src/filters/parser/MP4Splitter/AP4
parent712200e269d7eec733db8c96f3ad33faef87ac67 (diff)
cosmetics
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1928 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/parser/MP4Splitter/AP4')
-rw-r--r--src/filters/parser/MP4Splitter/AP4/Source/Config/Ap4Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/parser/MP4Splitter/AP4/Source/Config/Ap4Config.h b/src/filters/parser/MP4Splitter/AP4/Source/Config/Ap4Config.h
index 5c786a58f..7a1a5fc46 100644
--- a/src/filters/parser/MP4Splitter/AP4/Source/Config/Ap4Config.h
+++ b/src/filters/parser/MP4Splitter/AP4/Source/Config/Ap4Config.h
@@ -54,7 +54,7 @@
#define AP4_PLATFORM_BYTE_ORDER AP4_PLATFORM_BYTE_ORDER_BIG_ENDIAN
#elif defined(__i386__) || defined(__x86_64__) || defined(__arm__)
#define AP4_PLATFORM_BYTE_ORDER AP4_PLATFORM_BYTE_ORDER_LITTLE_ENDIAN
-#else /* MPC custom */
+#else /* MPC custom code*/
#define AP4_PLATFORM_BYTE_ORDER AP4_PLATFORM_BYTE_ORDER_LITTLE_ENDIAN
#endif
#endif