diff options
author | Marth64 <marth64@proxyid.net> | 2024-10-07 18:04:49 -0500 |
---|---|---|
committer | Marth64 <marth64@proxyid.net> | 2024-11-16 14:40:51 -0600 |
commit | 3ad96243d756b2b63431410112956e36e4044e4a (patch) | |
tree | 35651d4f1301b76244fbfb9bcb245b2fd476cc38 /libavformat/dvdvideodec.c | |
parent | d884606ce0f46161ada47568b3d7336d697c1061 (diff) | |
download | ffmpeg-3ad96243d756b2b63431410112956e36e4044e4a.tar.gz |
avformat/dvdvideodec: remove unused headers
Signed-off-by: Marth64 <marth64@proxyid.net>
Diffstat (limited to 'libavformat/dvdvideodec.c')
-rw-r--r-- | libavformat/dvdvideodec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/dvdvideodec.c b/libavformat/dvdvideodec.c index 6bd1dbc17f..4e33d1aba6 100644 --- a/libavformat/dvdvideodec.c +++ b/libavformat/dvdvideodec.c @@ -44,8 +44,6 @@ #include "libavutil/mem.h" #include "libavutil/opt.h" #include "libavutil/samplefmt.h" -#include "libavutil/time.h" -#include "libavutil/timestamp.h" #include "avformat.h" #include "avio_internal.h" |