1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Add missing parentheses to AV_NE macro.

Originally committed as revision 24885 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benoit Fouet 2010-08-23 15:31:50 +00:00
parent c4ab519e00
commit 573af7545e

View File

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