Browse Source

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)
tags/n0.8
Jai Menon Michael Niedermayer 14 years ago
parent
commit
c481ff1029
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavformat/ffmetaenc.c

+ 2
- 0
libavformat/ffmetaenc.c 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"



Loading…
Cancel
Save