File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/torchcodec/decoders/_core Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44// This source code is licensed under the BSD-style license found in the
55// LICENSE file in the root directory of this source tree.
66
7- #include < torch/types.h>
87#include " src/torchcodec/decoders/_core/AVIOBytesContext.h"
8+ #include < torch/types.h>
99
1010namespace facebook ::torchcodec {
1111
Original file line number Diff line number Diff line change 44// This source code is licensed under the BSD-style license found in the
55// LICENSE file in the root directory of this source tree.
66
7- #include < torch/types.h>
87#include " src/torchcodec/decoders/_core/AVIOContextHolder.h"
8+ #include < torch/types.h>
99
1010namespace facebook ::torchcodec {
1111
Original file line number Diff line number Diff line change 44// This source code is licensed under the BSD-style license found in the
55// LICENSE file in the root directory of this source tree.
66
7- #include < torch/types.h>
87#include " src/torchcodec/decoders/_core/AVIOFileLikeContext.h"
8+ #include < torch/types.h>
99
1010namespace facebook ::torchcodec {
1111
1212AVIOFileLikeContext::AVIOFileLikeContext (py::object fileLike)
13- : fileLike_{UniquePyObject (new py::object (fileLike))} {
13+ : fileLike_{UniquePyObject (new py::object (fileLike))} {
1414 {
1515 // TODO: Is it necessary to acquire the GIL here? Is it maybe even
1616 // harmful? At the moment, this is only called from within a pybind
You can’t perform that action at this time.
0 commit comments