mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02: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…
x
Reference in New Issue
Block a user