OSDN Git Service

Fix compile warning.
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 7 Feb 2011 01:33:53 +0000 (20:33 -0500)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 7 Feb 2011 01:33:53 +0000 (20:33 -0500)
commit69ff14920429c9e128a8bcf65ce3f4b4aa93f3d1
tree7722d81d9f4651c3f2e95b68ab2505a5c8d575df
parent47fdf00a77e82a0e30422ed08d5b295e9ae8d506
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
libavformat/oggparseskeleton.c