Fix a compile warning when compiling with DEBUG=1. The warning was:
authorZhentan Feng <spyfeng@gmail.com>
Tue, 20 Jul 2010 15:05:45 +0000 (15:05 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 20 Jul 2010 15:05:45 +0000 (15:05 +0000)
commit0c717a30e0975cb26578c04385915bdddedecdd6
treeec35e96fae4d0016edb0d2a5f7adb22569ca3198
parent9078eba062f5e0463d4029aa42b7b0026f42bed3
Fix a compile warning when compiling with DEBUG=1. The warning was:
format ‘%d’ expects type ‘int’, but argument 3 has type ‘uint64_t’

Patch by Zhentan Feng <spyfeng gmail com>.

Originally committed as revision 24359 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mmst.c