mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avformat/dvdvideodec: add explicit inttypes.h include
Since log statements printing int64 were made portable in 4464b7eeb194e98ac115f18d2b6be67361407c8a, 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:
parent
1e7ba76562
commit
9df1182065
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user