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 c0ae5152d1)
oldabi
Jai Menon 15 years ago committed by Michael Niedermayer
parent 4c56b4bc01
commit c481ff1029
  1. 2
      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"

Loading…
Cancel
Save