From d3ef2da59df2bf65bea0ae7b519625c51c6f21dc Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Tue, 25 Sep 2012 16:03:55 +0200
Subject: [PATCH] oggdec: add missing () for OGG_NOGRANULE_VALUE

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
---
 libavformat/oggdec.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h
index 7b93175383f..febf8cb6426 100644
--- a/libavformat/oggdec.h
+++ b/libavformat/oggdec.h
@@ -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;
-- 
GitLab