mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-26 09:13:26 +00:00
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"
|
||||
|
||||
/// 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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user