]> git.sesse.net Git - ffmpeg/commitdiff
ffmetaenc: Use correct format specifiers.
authorJai Menon <jai@retroficial.org>
Tue, 25 Jan 2011 04:55:43 +0000 (22:55 -0600)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 26 Jan 2011 02:43:31 +0000 (03:43 +0100)
Use printf format macros from inttypes.h.
Additionally, this fixes a warning when building with clang.
(cherry picked from commit c0ae5152d19790e8719c8d1d2bf9b761491dbda6)

libavformat/ffmetaenc.c

index 53f69982b70d986767e4ea5c70326dc54aafec6a..785b5373323d56271188a8b457667b028afa1887 100644 (file)
@@ -19,6 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <inttypes.h>
+
 #include "avformat.h"
 #include "ffmeta.h"