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)
This commit is contained in:
Jai Menon 2011-01-24 22:55:43 -06:00 committed by Michael Niedermayer
parent 4c56b4bc01
commit c481ff1029
1 changed files with 2 additions and 0 deletions

View 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"