We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7813005 commit 23ec35fCopy full SHA for 23ec35f
src/torchcodec/_core/CpuDeviceInterface.h
@@ -72,7 +72,8 @@ class CpuDeviceInterface : public DeviceInterface {
72
std::optional<FrameDims> resizedOutputDims_;
73
74
// Color-conversion objects. Only one of filterGraph_ and swsContext_ should
75
- // be non-null. Which one we use is controlled by colorConversionLibrary_.
+ // be non-null. Which one we use is determined dynamically in
76
+ // getColorConversionLibrary() each time we decode a frame.
77
//
78
// Creating both filterGraph_ and swsContext_ is relatively expensive, so we
79
// reuse them across frames. However, it is possbile that subsequent frames
0 commit comments