File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
// This source code is licensed under the BSD-style license found in the
5
5
// LICENSE file in the root directory of this source tree.
6
6
7
- #include " src/torchcodec/_core/AVIOBytesContext .h"
7
+ #include " src/torchcodec/_core/AVIOTensorContext .h"
8
8
#include < torch/types.h>
9
9
10
10
namespace facebook ::torchcodec {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function(make_torchcodec_libraries
65
65
set (decoder_library_name "libtorchcodec_decoder${ffmpeg_major_version} " )
66
66
set (decoder_sources
67
67
AVIOContextHolder.cpp
68
- AVIOBytesContext .cpp
68
+ AVIOTensorContext .cpp
69
69
FFMPEGCommon.cpp
70
70
Frame.cpp
71
71
DeviceInterface.cpp
@@ -102,7 +102,7 @@ function(make_torchcodec_libraries
102
102
# 2. Create libtorchcodec_custom_opsN.{ext}.
103
103
set (custom_ops_library_name "libtorchcodec_custom_ops${ffmpeg_major_version} " )
104
104
set (custom_ops_sources
105
- AVIOBytesContext .cpp
105
+ AVIOTensorContext .cpp
106
106
custom_ops.cpp
107
107
)
108
108
set (custom_ops_dependencies
Original file line number Diff line number Diff line change 1
1
#include < sstream>
2
2
3
- #include " src/torchcodec/_core/AVIOBytesContext .h"
3
+ #include " src/torchcodec/_core/AVIOTensorContext .h"
4
4
#include " src/torchcodec/_core/Encoder.h"
5
5
#include " torch/types.h"
6
6
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
#include < torch/types.h>
3
- #include " src/torchcodec/_core/AVIOBytesContext .h"
3
+ #include " src/torchcodec/_core/AVIOTensorContext .h"
4
4
#include " src/torchcodec/_core/FFMPEGCommon.h"
5
5
#include " src/torchcodec/_core/StreamOptions.h"
6
6
Original file line number Diff line number Diff line change 10
10
#include < string>
11
11
#include " c10/core/SymIntArrayRef.h"
12
12
#include " c10/util/Exception.h"
13
- #include " src/torchcodec/_core/AVIOBytesContext .h"
13
+ #include " src/torchcodec/_core/AVIOTensorContext .h"
14
14
#include " src/torchcodec/_core/Encoder.h"
15
15
#include " src/torchcodec/_core/SingleStreamDecoder.h"
16
16
Original file line number Diff line number Diff line change 4
4
// This source code is licensed under the BSD-style license found in the
5
5
// LICENSE file in the root directory of this source tree.
6
6
7
- #include " src/torchcodec/_core/AVIOBytesContext .h"
7
+ #include " src/torchcodec/_core/AVIOTensorContext .h"
8
8
#include " src/torchcodec/_core/SingleStreamDecoder.h"
9
9
10
10
#include < c10/util/Flags.h>
You can’t perform that action at this time.
0 commit comments