mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
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)
This commit is contained in:
parent
4c56b4bc01
commit
c481ff1029
@ -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…
x
Reference in New Issue
Block a user