Skip to content
Snippets Groups Projects
Commit d3ef2da5 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

oggdec: add missing () for OGG_NOGRANULE_VALUE

parent 0842e32f
No related branches found
No related tags found
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment