Commit d3ef2da5 authored by Michael Niedermayer's avatar Michael Niedermayer

oggdec: add missing () for OGG_NOGRANULE_VALUE

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0842e32f
...@@ -106,7 +106,7 @@ struct ogg { ...@@ -106,7 +106,7 @@ struct ogg {
#define OGG_FLAG_BOS 2 #define OGG_FLAG_BOS 2
#define OGG_FLAG_EOS 4 #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_celt_codec;
extern const struct ogg_codec ff_dirac_codec; extern const struct ogg_codec ff_dirac_codec;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment