]> git.sesse.net Git - ffmpeg/commit
mxfenc: Use correct printf format specifier for int64_t
authorDiego Biurrun <diego@biurrun.de>
Mon, 22 Apr 2013 02:50:45 +0000 (04:50 +0200)
committerDiego Biurrun <diego@biurrun.de>
Mon, 22 Apr 2013 10:05:09 +0000 (12:05 +0200)
commita0d5ca4f0a8e2c34d784d503a12af6303424ac6a
treef79fbd60989c194a9a41b11d83be4dbdc51b07b0
parentfce99322b0cc0b9e3ce71be0870368e618e54ffa
mxfenc: Use correct printf format specifier for int64_t

libavformat/mxfenc.c:1861:9: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'int64_t' [-Wformat]
libavformat/mxfenc.c