OSDN Git Service

Fix compile warning.
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 7 Feb 2011 01:33:53 +0000 (20:33 -0500)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 9 Feb 2011 02:31:17 +0000 (03:31 +0100)
commitcb9f7fd34c07de6bceb1fb03057f5f0fe42ca0e8
tree2810a5b6739dbf41d5112bc311d790e9859012f9
parentf8d33a36170a2495a8e06e040317b144a770540c
Fix compile warning.

Change int64_t into a int, which caused this compiler warning:
libavformat/oggparseskeleton.c:64: warning: passing argument 2 of ‘av_reduce’ from incompatible pointer type
(cherry picked from commit 69ff14920429c9e128a8bcf65ce3f4b4aa93f3d1)
libavformat/oggparseskeleton.c