|
@@ -38,9 +38,9 @@ |
|
|
#include "libavutil/avconfig.h" |
|
|
#include "libavutil/avconfig.h" |
|
|
|
|
|
|
|
|
#if AV_HAVE_BIGENDIAN |
|
|
#if AV_HAVE_BIGENDIAN |
|
|
# define AV_NE(be, le) be |
|
|
|
|
|
|
|
|
# define AV_NE(be, le) (be) |
|
|
#else |
|
|
#else |
|
|
# define AV_NE(be, le) le |
|
|
|
|
|
|
|
|
# define AV_NE(be, le) (le) |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
//rounded division & shift |
|
|
//rounded division & shift |
|
|