[FFmpeg-cvslog] ffmetaenc: Use correct format specifiers.

Jai Menon git
Wed Jan 26 04:01:18 CET 2011


ffmpeg | branch: master | Jai Menon <jai at retroficial.org> | Mon Jan 24 22:55:43 2011 -0600| [c481ff1029ce741fb55cd9b51211b13054ce268c] | committer: Michael Niedermayer

ffmetaenc: Use correct format specifiers.

Use printf format macros from inttypes.h.
Additionally, this fixes a warning when building with clang.
(cherry picked from commit c0ae5152d19790e8719c8d1d2bf9b761491dbda6)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c481ff1029ce741fb55cd9b51211b13054ce268c
---

 libavformat/ffmetaenc.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libavformat/ffmetaenc.c b/libavformat/ffmetaenc.c
index 53f6998..785b537 100644
--- a/libavformat/ffmetaenc.c
+++ b/libavformat/ffmetaenc.c
@@ -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"
 




More information about the ffmpeg-cvslog mailing list