mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
oggdec: add missing () for OGG_NOGRANULE_VALUE
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0842e32f99
commit
d3ef2da59d
@ -106,7 +106,7 @@ struct ogg {
|
||||
#define OGG_FLAG_BOS 2
|
||||
#define OGG_FLAG_EOS 4
|
||||
|
||||
#define OGG_NOGRANULE_VALUE -1ull
|
||||
#define OGG_NOGRANULE_VALUE (-1ull)
|
||||
|
||||
extern const struct ogg_codec ff_celt_codec;
|
||||
extern const struct ogg_codec ff_dirac_codec;
|
||||
|
Loading…
Reference in New Issue
Block a user