Browse Source

oggdec: add missing () for OGG_NOGRANULE_VALUE

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 12 years ago
parent
commit
d3ef2da59d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/oggdec.h

+ 1
- 1
libavformat/oggdec.h View File

@@ -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…
Cancel
Save