[FFmpeg-cvslog] oggdec: add missing () for OGG_NOGRANULE_VALUE

Michael Niedermayer git at videolan.org
Tue Sep 25 16:09:06 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Sep 25 16:03:55 2012 +0200| [d3ef2da59df2bf65bea0ae7b519625c51c6f21dc] | committer: Michael Niedermayer

oggdec: add missing () for OGG_NOGRANULE_VALUE

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d3ef2da59df2bf65bea0ae7b519625c51c6f21dc
---

 libavformat/oggdec.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h
index 7b93175..febf8cb 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;



More information about the ffmpeg-cvslog mailing list