Skip to content

Commit 4b572e8

Browse files
authored
Remove redundant includes (#615)
1 parent f4f82bc commit 4b572e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/torchcodec/_core/SingleStreamDecoder.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,10 @@
1717
#include "torch/types.h"
1818

1919
extern "C" {
20-
#include <libavcodec/avcodec.h>
2120
#include <libavfilter/buffersink.h>
2221
#include <libavfilter/buffersrc.h>
23-
#include <libavformat/avformat.h>
2422
#include <libavutil/imgutils.h>
2523
#include <libavutil/log.h>
26-
#include <libavutil/pixdesc.h>
27-
#include <libswresample/swresample.h>
28-
#include <libswscale/swscale.h>
2924
}
3025

3126
namespace facebook::torchcodec {

0 commit comments

Comments
 (0)