avformat/mpc8: Add () to protect MKMPCTAG()s arguments
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
235782260d
commit
0b638b83c6
@ -27,7 +27,7 @@
|
|||||||
#include "avio_internal.h"
|
#include "avio_internal.h"
|
||||||
|
|
||||||
/// Two-byte MPC tag
|
/// Two-byte MPC tag
|
||||||
#define MKMPCTAG(a, b) (a | (b << 8))
|
#define MKMPCTAG(a, b) ((a) | ((b) << 8))
|
||||||
|
|
||||||
#define TAG_MPCK MKTAG('M','P','C','K')
|
#define TAG_MPCK MKTAG('M','P','C','K')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user