1
0

avformat/dvdvideodec: add explicit inttypes.h include

Since log statements printing int64 were made portable in
4464b7eeb1, let us include
inttypes.h explicitly (as it is unclear where PRId64 and
such are coming from now).

Reported-by: Leo Izen <leo.izen@gmail.com>
Signed-off-by: Marth64 <marth64@proxyid.net>
This commit is contained in:
Marth64 2024-03-25 16:21:02 -05:00 committed by Leo Izen
parent 1e7ba76562
commit 9df1182065
No known key found for this signature in database
GPG Key ID: 764E48EA48221833

View File

@ -30,6 +30,8 @@
* 7) Close the dvdnav VM, and free dvdread's IFO structures
*/
#include <inttypes.h>
#include <dvdnav/dvdnav.h>
#include <dvdread/dvd_reader.h>
#include <dvdread/ifo_read.h>